Status: OUT
`_build` constructs trees via BFS using `queue.pop(0)`, which is O(n) per pop on a Python list, making tree construction O(n^2) — acceptable for small test inputs but not optimal
Source: entries/2026/06/06/subtree-of-another-tree-solution.md