increasing-bst-is-destructive

Status: IN

increasingBST mutates the input tree in place; after the call, the original BST structure no longer exists — every node's .left is None and .right points to its in-order successor.

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

JSON