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)
. insert(13),insert(42) insert(43),insert(50) insert(35),insert(36)