Q132
What is the maximum height of an AVL tree with p nodes?
A.
p
B.
log(p)
AnswerC.
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