InterviewSolution
Saved Bookmarks
| 1. |
Which statement is correct of suffix tree with a string of length n?(a) The tree has n leaves.(b) The tree has n roots(c) Height of Tree is n(d) Depth of tree is nThe origin of the question is Suffix Tree in division Trie of Data Structures & Algorithms II had been asked this question in my homework. |
|
Answer» The correct option is (a) The tree has n leaves. |
|