Question: What is the main advantage of using an AVL tree over a Red-Black tree?
Options:
Correct Answer: AVL trees maintain a stricter balance than Red-Black trees.
Solution:
AVL trees maintain a stricter balance than Red-Black trees, which can lead to faster lookups.