InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the efficient data structure for searching words in dictionaries?(a) BST(b) Linked List(c) Balancded BST(d) TrieMy question comes from Trie in chapter Trie of Data Structures & Algorithms IThis question was addressed to me in semester exam. |
|
Answer» Correct CHOICE is (d) Trie |
|