solutions-are-self-contained-no-shared-imports

Status: IN

Solution files define all needed data structures locally (e.g., `TreeNode`) rather than importing from a shared utility module — every problem directory is independent.

Source: entries/2026/06/06/root-equals-sum-of-children-solution.md

JSON