Vidyalelo
Data Structure · Q108

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 108

Q108

Which of the following is false?

A.
2-3 tree requires less storage than the BST
Answer
B.
lookup in 2-3 tree is more efficient than in BST
C.
2-3 tree is shallower than BST
D.
2-3 tree is a balanced tree

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board