Question: Which of the following statements is true about the height of an AVL tree?
Options:
Correct Answer: It is always less than or equal to 1.44 log(n)
Solution:
The height of an AVL tree is guaranteed to be less than or equal to 1.44 log(n), ensuring efficient operations.