missing-ranges-empty-input-returns-full-range

Status: IN

When `nums` is empty, `find_missing_ranges` returns the single formatted range `[lower, upper]` — the loop body never executes and the post-loop residual check captures the entire bound.

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

JSON