InterviewSolution
Saved Bookmarks
| 1. |
How much space does construction of suffix tree takes?(a) O (log M)(b) Exponential to Length of Tree(c) O (M!)(d) Linear to Length of TreeOrigin of the question is Suffix Tree topic in section Trie of Data Structures & Algorithms IThis question was addressed to me at a job interview. |
|
Answer» Correct option is (d) Linear to Length of Tree |
|