two-sum-iv-ignores-bst-property

Status: IN

`findTarget` uses a generic hash-set approach that works on any binary tree; it does not exploit BST ordering, trading potential O(log n) space for implementation simplicity.

Source: entries/2026/06/06/two-sum-iv-input-is-a-bst-solution.md

JSON