leetcode: merge strings alternately
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,...
coderlyn.hashnode.dev1 min read