path-sum-short-circuit-or

Status: IN

The `or` in the recursive return skips exploration of the right subtree entirely if the left subtree already found a valid path.

Source: entries/2026/06/06/path-sum-solution.md

JSON