2. (40') AVL Trees 2.1. (15) Construct an AVL tree by inserting the input array {13, 25, 58, 80, 15, 82, 6, 65, 29, 70,
Posted: Fri May 20, 2022 5:44 pm
2. (40') AVL Trees 2.1. (15) Construct an AVL tree by inserting the input array {13, 25, 58, 80, 15, 82, 6, 65, 29, 70, 68). Draw the tree after inserting all the nodes and the trees after deleting each of the two elements: 13 and 58, respectively. (You need to draw three trees in total)