1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Non Linear Data Structures - Trees
  4. What is the maximum height of an AVL tre...
Q.

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

A. p
B. log(p)
C. log(p)/2
D. P⁄2
Answer» B. log(p)
View all MCQs in:   Data Structures (DS)

Discussion