merge-alternately-output-length

Status: IN

Output length of `mergeAlternately` is always exactly `len(word1) + len(word2)` — no characters are dropped or duplicated.

Source: entries/2026/06/06/merge-strings-alternately-solution.md

JSON