evaltree-and-is-fallthrough-default

Status: IN

`evalTree` checks `val == 2` for OR and falls through to AND for any other value — there is no explicit `val == 3` check, so any non-2 internal node val is silently treated as AND.

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

JSON