Vidyalelo
Data Structure · Q92

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 92

Q92

Which of the following is not true about the 2-3 tree?

A.
all leaves are at the same level
B.
it is perfectly balanced
C.
postorder traversal yields elements in sorted order
Answer
D.
it is B-tree of order 3

Answer: Option C

Solution

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