closest-value-o-h-time-o1-space

Status: IN

`closestValue` visits at most one node per tree level via iterative BST-directed search, making it O(h) time and O(1) space (no recursion stack).

Source: entries/2026/06/06/closest-binary-search-tree-value-solution.md

JSON