Insert the given keys into the initially empty AVL-tree. If there are equal keys they are always inserted into the right branch of the existing node.
The keys can be inserted by drag & dropping them from the Stream of Keys into the correct position in the tree below. If necessary, balance the tree after each insert by selecting the node the rotation is done for and press the correct rotation -button.
Some additional problems.