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

For EXPLANATION: AA tree is isometric of the 2-3 trees. In an AA tree, we store each NODE a level, which is the HEIGHT of the corresponding 2-3 tree node. So, we can convert a 2-3 tree to an AA tree.



Discussion

No Comment Found

Related InterviewSolutions