Label the following BST with AVL balance factors. Is this a properly balanced AVL tree?
Show how the AVL tree below changes when the following operations are applied (in order).
. insert(B) insert(A) insert(F) insert(E)
Show how the given 2-3 tree is updated after each of the following operations.
. insert(13),insert(42) insert(43),insert(50) insert(35),insert(36)