InterviewSolution
Saved Bookmarks
| 1. |
What is a time complexity for finding all the tandem repeats?(a) Ɵ (n)(b) Ɵ (n!)(c) Ɵ (1)(d) O (n log n + z)Query is from Suffix tree topic in chapter Trie of Data Structures & Algorithms IThe question was posed to me at a job interview. |
|
Answer» The correct option is (a) Ɵ (n) |
|