1.

2-3 tree is a specific form of _________(a) B – tree(b) B+ – tree(c) AVL tree(d) HeapQuestion is taken from B-Trees topic in division B-Trees of Data Structures & Algorithms II had been asked this question during an interview.

Answer»

Right option is (a) B – tree

Best EXPLANATION: The 2-3 trees is a balanced tree. It is a specific FORM the B – tree. It is B – tree of ORDER 3, where every node can have two child SUBTREES and one key or 3 child subtrees and two keys.



Discussion

No Comment Found

Related InterviewSolutions