first-bad-version-left-equals-right-at-exit

Status: IN

The binary search loop exits exactly when `left == right`, so the return value is deterministic regardless of which variable is returned.

Source: entries/2026/06/06/first-bad-version-solution.md

JSON