merge-stable-ordering

Status: IN

`merge_two_lists` is a stable merge: when both lists contain equal values, `list1`'s node appears first in the output due to the `<=` comparison.

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

Depended on by

JSON