Remove (Tracing)
- Explain and trace the core operations of a Binary Search Tree.
Consider this BST

Exercise Starting with the above binary search tree, draw it after deleting each of these in turn: , , .
Solution
remove(5)

remove(2)

remove(13)

Consider this BST
Exercise Starting with the above binary search tree, draw it after deleting each of these in turn: , , .
remove(5)
remove(2)
remove(13)