Delete the given keys one at a time from the binary search tree. Possible equal keys were inserted into the right branch of the existing node. Please note that the insertion strategy also affects how the deletion is performed.

The tree can be modified by replacing keys or by updating edges. Replace is done by drag & dropping a key into a node. However, edges can also be drag & dropped to point into another node. For example, a whole subtree can be deleted by drag & dropping an edge to any of the empty nodes. In addition, multiple edges can be modified in one step as the tree is updated only after the Update References button is pressed.

Some additional problems.