Vidyalelo
Data Structure · Q132

Binary Search Trees(B Tree)

Programming · Data Structure · question 132

Q132

What is the maximum height of an AVL tree with p nodes?

A.
p
B.
log(p)
Answer
C.
log(p)/2
D.
p/2

Answer: Option B

Solution

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