Status: IN
`merge_nums` uses a two-pointer merge pattern, visiting each element exactly once for O(n + m) time complexity — exploiting the sorted precondition rather than using a hash map.
Source: entries/2026/06/06/merge-two-2d-arrays-by-summing-values-solution.md