...
ISRO CS 2020
December 26, 2023
ISRO CS 2020
December 26, 2023
ISRO CS 2020
December 26, 2023
ISRO CS 2020
December 26, 2023

Question 8877 – ISRO CS 2020

The minimum height of an AVL tree with n nodes is

Correct Answer: A

Question 8 Explanation: 
Minimum: ceil(log2(n+1))
Maximum: floor(1.44*log2(n+2)-.328)
Node: Option B is most appropriate among all.
A
Ceil (log2 (n+1))
B
1.44 log2n
C
Floor (log2 (n+1))
D
1.64 log2n

Leave a Reply

Your email address will not be published. Required fields are marked *