InterviewSolution
Saved Bookmarks
| 1. |
Associative arrays can be implemented using __________(a) B-tree(b) A doubly linked list(c) A single linked list(d) A self balancing binary search treeThe query is from Binary Trees topic in section Binary Trees of Data Structures & Algorithms II had been asked this question in final exam. |
|
Answer» The correct choice is (d) A self BALANCING binary search tree |
|