null-root-returns-empty-list

Status: IN

All tree traversal solutions return `[]` (not `None` or an error) when given a null/None root, enforced by early guard clauses or loop conditions that short-circuit naturally.

Source: entries/2026/06/06/binary-tree-preorder-traversal-solution.md

JSON