path-sum-subtraction-pattern

Status: IN

The algorithm subtracts each node's value from the remaining target rather than accumulating a running sum, avoiding an extra accumulator parameter.

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

JSON