short-circuit-left-before-right

Status: IN

`getTargetCopy` checks the left subtree result before recursing right; if the target is found left, the right subtree is never visited.

Source: entries/2026/06/06/find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-tree-solution.md

JSON