InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum height of an AVL tree with p nodes?(a) p(b) log(p)(c) log(p)/2(d) ^p⁄2Origin of the question is AVL Tree topic in chapter Binary Trees of Data Structures & Algorithms IThis question was posed to me in an interview. |
|
Answer» Right option is (B) log(P) |
|