kth-missing-right-bound-len-arr

Status: IN

The right boundary is `len(arr)` (not `len(arr) - 1`) so the search correctly handles cases where all k missing numbers fall after every element in the array.

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

JSON