1.

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

A. p
B. log(p)
C. log(p)/2
D. <sup>p</sup>‚ÅÑ<sub>2</sub>
Answer» C. log(p)/2


Discussion

No Comment Found