Question: What is the maximum height difference between the left and right subtrees in an AVL tree?
Options:
Correct Answer: 2
Solution:
In an AVL tree, the maximum height difference between the left and right subtrees of any node is 1 to maintain balance.