InterviewSolution
Saved Bookmarks
| 1. |
Which of the following special type of trie is used for fast searching of the full texts?(a) Ctrie(b) Hash tree(c) Suffix tree(d) T treeOrigin of the question is Trie topic in chapter Trie of Data Structures & Algorithms II got this question in a job interview. |
|
Answer» Correct choice is (c) Suffix tree |
|