delete-duplicates-returns-same-head

Status: IN

`delete_duplicates` always returns the exact same `head` object it received (or `None` for empty input); it never allocates or replaces the head node.

Source: entries/2026/06/06/remove-duplicates-from-sorted-list-solution.md

JSON