kth-missing-formula-k-plus-left

Status: IN

The final answer `k + left` works because `left` counts how many array elements appear before the kth missing number, each shifting the answer position up by one.

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

JSON