guess-api-inverted-semantics

Status: IN

`guess()` returns `-1` when the guess is too high (not too low), which is the opposite of what a standard comparison function would return — the branching logic must account for this inversion.

Source: entries/2026/06/06/guess-number-higher-or-lower-solution.md

JSON