Question: What happens to the balance factor of an AVL tree after a node is deleted?
Options:
Correct Answer: It can become unbalanced.
Solution:
After a node is deleted from an AVL tree, the balance factor can become unbalanced, requiring rebalancing operations.