leetcode: merge strings alternately
Nov 15, 2025 · 1 min read · https://leetcode.com/problems/merge-strings-alternately/editorial/?source=submission-ac In swift, you cannot access characters by someString[3] It’s a big song and dance with getting a string index from the startIndex Once you have the start index,...
Join discussion