Visualize a TreeMap (implemented with BST). Insert key–value pairs and see keys kept in sorted order.
Insertions: (20:A), (10:B), (30:C), (25:D), (35:E)