missing-ranges-cursor-not-sentinel

Status: IN

`find_missing_ranges` uses a `next_expected` cursor to detect gaps rather than mutating the input by prepending `lower-1` / appending `upper+1` — the input list is never modified or copied.

Source: entries/2026/06/06/missing-ranges-solution.md

JSON