Insert the given keys into the initially empty binary search tree. The keys can be inserted by drag & dropping them from the Stream of Keys into the correct positions in the tree below. If there are equal keys they are always inserted into the right branch of the existing node.

Some additional problems.