Day 2: Merge Strings Alternately – My Leetcode Journey
Explored string immutability and learned why appending to strings is inefficient. Reverted to the simpler solution after testing optimizations.
21 Jul 20252 min read
1 published post with this tag.
View all postsExplored string immutability and learned why appending to strings is inefficient. Reverted to the simpler solution after testing optimizations.