InterviewSolution
Saved Bookmarks
| 1. |
Which tree allows fast implementation of a set of string operation?(a) Rope Tree(b) Tango Tree(c) Generalized Suffix Tree(d) Top TreeThe above asked question is from Suffix Tree in chapter Trie of Data Structures & Algorithms II got this question in an interview for internship. |
|
Answer» Correct option is (c) Generalized Suffix Tree |
|