InterviewSolution
Saved Bookmarks
| 1. |
Which tree provides a linear time solution for substring operation?(a) Rope Tree(b) Suffix Tree(c) Tango Tree(d) Top TreeMy question is based upon Suffix Tree topic in division Trie of Data Structures & Algorithms II had been asked this question by my college professor while I was bunking the class. |
|
Answer» Correct ANSWER is (b) SUFFIX Tree |
|