Question: When inserting a node into an AVL tree, what must be checked after insertion?
Options:
Correct Answer: If the tree remains balanced.
Solution:
After inserting a node into an AVL tree, it is crucial to check if the tree remains balanced and perform rotations if necessary.