build-tree-uses-leetcode-level-order

Status: IN

`_build_tree` constructs trees from LeetCode's standard level-order serialization format (BFS order with `None` for missing nodes), making test cases directly copy-pasteable from problem examples.

Source: entries/2026/06/06/evaluate-boolean-binary-tree-solution.md

JSON