build-tree-level-order-convention

Status: IN

`build_tree` constructs trees from level-order lists (LeetCode's serialization format) using BFS, where `None` entries represent missing nodes — this is the standard tree construction interface across the repo.

Source: entries/2026/06/06/sum-of-root-to-leaf-binary-numbers-solution.md

Depended on by

JSON