which statement is true about the insertion of a new node in an avl tree? avltreeinsert updates heights on all ancestors before inserting the node avltreeinsert updates heights on all child nodes after inserting the node avltreeinsert updates heights on all ancestors after inserting the node avltreeinsert updates heights on all child nodes before inserting the node