Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 95 - Merge Strings Alternately

1 minute read

You are given two strings word1 and word2. Merge the strings by adding letters in alternating order, starting with word1. If a string is longer than the othe...

Leetcode problem 93 - Reverse Prefix of Word

2 minute read

Given a 0-indexed string word and a character ch, reverse the segment of word that starts at index 0 and ends at the index of the first occurrence of ch (inc...