Insert (Tracing)
- Explain and trace the core operations of a Binary Search Tree.
Exercise Draw the binary search tree resulting from inserting these values, in this order:
$$ 7, 2, 13, 4, 5, 15, 10, 17, 8, 14, 11 $$
Solution
Resources
- You can use this interactive BST visualizer to solve this exercise.