Question: What happens to the balance factor of an AVL tree after an insertion?
Options:
Correct Answer: It can become -2 or 2.
Solution:
After an insertion, the balance factor of an AVL tree can become -2 or 2, indicating that rebalancing is needed.