Question: What is the main property that distinguishes an AVL tree from a Red-Black tree?
Options:
Correct Answer: Red-Black trees allow for more unbalanced structures than AVL trees
Solution:
Red-Black trees allow for more unbalanced structures than AVL trees, which maintain a stricter balance.