A tree where each node's left subtree contains only smaller values and right subtree only larger values. Enables O(log n) search, insert, and delete.
// tap NEXT STEP to walk through one step at a time