path-sum-null-always-false

Status: IN

`hasPathSum(None, targetSum)` returns `False` for any `targetSum` including 0 — an empty tree has no paths.

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

JSON