Status: IN
`remove_elements` and `from_list` both use a dummy sentinel node (`ListNode(next=head)`) so that operations at the head position require no special-case branching — this pattern recurs across linked list solutions in the repo.
Source: entries/2026/06/06/remove-linked-list-elements-solution.md