evaltree-no-short-circuit-benefit

Status: IN

`evalTree` evaluates both subtrees via recursive calls before applying OR/AND, so Python's short-circuit operators provide no performance benefit — both branches are always fully traversed.

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

JSON