parent-context-threading-via-parameter

Status: IN

`sum_of_left_leaves` passes an `is_left` boolean down the recursion so each node knows its relationship to its parent, rather than using the parent-look-ahead pattern where the parent checks `node.left.left is None`.

Source: entries/2026/06/06/sum-of-left-leaves-solution.md

JSON