InterviewSolution
Saved Bookmarks
| 1. |
Which of the following data structure can provide efficient searching of the elements?(a) unordered lists(b) binary search tree(c) treap(d) 2-3 treeQuestion is from B-Trees in chapter B-Trees of Data Structures & Algorithms IThe question was posed to me in final exam. |
|
Answer» The correct choice is (d) 2-3 tree |
|