Q-7: Store this array A = {-5, 3, 5, 6, 8, 45} as an AVL tree. Draw the tree that results and illustrate the operations
Posted: Sun Jul 03, 2022 11:24 am
Q-7: Store this array A = {-5, 3, 5, 6, 8, 45} as an AVL tree. Draw the tree that results and illustrate the operations where rotations must occur after each insertion. Then show the rotations of inserting 30 and then a deleting 6 for each tree. Show the rotations required and if applicable the find successor operation.