merge-no-allocation

Status: IN

`merge_two_lists` allocates exactly one `ListNode` (the dummy sentinel); all output nodes are reused from the inputs via pointer rewiring.

Source: entries/2026/06/06/merge-two-sorted-lists-solution.md

Depended on by

JSON