delete-nodes-head-never-changes

Status: IN

`deleteNodes` always returns the original `head` pointer unchanged because the first m nodes are always kept and m >= 1 is guaranteed.

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

JSON