$20
Write a function to make an AVL tree. To test, ask the user to insert random numbers, insert the numbers one by one and when required do single/double rotation(s), and then print your AVL tree.
Starting from: $20