delete-nodes-keep-loop-off-by-one

Status: IN

The keep-phase iterates `m - 1` times (not `m`) because `current` already points to the first node being kept — an easy-to-misread boundary.

Source: entries/2026/06/06/delete-n-nodes-after-m-nodes-of-a-linked-list-solution.md

JSON