Open In App

Algorithms Quiz | SP Contest 4 | Question 7

Maximum height of AVL tree with n nodes is closest to ?
(A) log(n)
(B) Catalan number
(C) 1.44 * log(n)
(D) log(n) + 1

Answer: (C)
Explanation: Refer : https://www.geeksforgeeks.org/practice-questions-height-balancedavl-tree/amp/
Quiz of this Question

Article Tags :