increasing-bst-uses-instance-state

Status: IN

The mutable cursor is stored as self.current on the Solution instance, making concurrent calls on the same instance unsafe due to shared mutable state.

Source: entries/2026/06/06/increasing-order-search-tree-solution.md

JSON