remove-elements-no-advance-on-match

Status: IN

When `remove_elements` deletes a node, the cursor does not advance — it re-inspects the new `curr.next`, ensuring consecutive matching nodes are all removed in sequence.

Source: entries/2026/06/06/remove-linked-list-elements-solution.md

JSON