Insertion of node into AVL tree carried out - Data Structure
Q. How is an insertion of a node into an AVL tree carried out?- Published on 27 Aug 15a. By treating an AVL tree as a binary search tree
b. By updating the balance factors working upward from insertion point to the root
c. Both a & b
d. None of the Above
ANSWER: Both a & b