binary-search-oracle-pattern

Status: IN

`guessNumber` uses standard binary search but replaces array-index comparison with a ternary oracle function (`guess()`), making it a search over an implicit sorted sequence.

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

JSON