InterviewSolution
Saved Bookmarks
| 1. |
Which of the following the BST is isometric with the 2-3 tree?(a) Splay tree(b) AA tree(c) Heap(d) Red – Black treeI'm obligated to ask this question of B-Trees in section B-Trees of Data Structures & Algorithms II had been asked this question in an online quiz. |
|
Answer» Correct answer is (b) AA tree |
|