MCQOPTIONS
Saved Bookmarks
| 1. |
What is a time complexity for finding the longest substring that is common in string S1 and S2? |
| A. | O (log n!) |
| B. | Ɵ (n!) |
| C. | O (n2+ n1) |
| D. | Ɵ (n1 + n2) |
| Answer» E. | |