binary-search-on-derived-quantities-pattern

Status: IN

Binary searching on a derived monotonic function (like missing-count) rather than on array values directly is a recurring technique in this repo, applicable to problems like kth-missing-positive and first-bad-version.

Source: entries/2026/06/06/kth-missing-positive-number-solution.md

Depended on by

JSON