build-tree-levelorder-serialization

Status: IN

`build_tree` constructs trees level-by-level using a queue, matching LeetCode's standard level-order serialization format where `None` marks absent nodes.

Source: entries/2026/06/06/find-all-the-lonely-nodes-solution.md

JSON