InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the most widely used external memory data structure?(a) AVL tree(b) B-tree(c) Red-black tree(d) Both AVL tree and Red-black treeQuestion is taken from B-Trees in portion B-Trees of Data Structures & Algorithms IThis question was posed to me in a job interview. |
|
Answer» Correct ANSWER is (b) B-tree |
|