Question: How does the height of an AVL tree compare to that of a Red-Black tree?
Options:
Correct Answer: AVL trees are shorter in the worst case.
Solution:
AVL trees are more strictly balanced, which can lead to a shorter height compared to Red-Black trees in the worst case.