Status: IN
The dummy/sentinel head pattern (allocate a throwaway node, build via `tail.next`, return `dummy.next`) is the standard linked-list construction idiom in this repo, used in both solution algorithms and test helpers like `from_list`.
Source: entries/2026/06/06/merge-two-sorted-lists-solution.md