Deleting in a BST

Exercises 3.9

Starting from the following binary search tree

eliminate the keys 63, 21, 15, 32 one after the other. Explain which algorithm you used to eliminate the keys.

Hint

You might want to revise the stardand deletion in Binary Search Trees.