Vidyalelo
Data Structure · Q78

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 78

Q78

The height of 2-3 tree with n elements is . . . . . . . .

A.
between (n/2) and (n/3)
B.
(n/6)
C.
between (n) and log2(n + 1)
D.
between log3(n + 1) and log2(n + 1)
Answer

Answer: Option D

Solution

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