Google News
logo
Data Structures Algorithms - Quiz(MCQ)
What could be the worst case height of an AVL tree?
A)
1.44 log n
B)
n2 log n
C)
0.97 log n
D)
2.13 log n

Correct Answer :   1.44 log n


Explanation : Worst case height of an AVL tree is 1.44 log n

Advertisement