Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 105 - Longest Nice Substring

2 minute read

A string s is nice if, for every letter of the alphabet that s contains, it appears both in uppercase and lowercase. For example, “abABB” is nice because ‘A’...

Leetcode problem 104 - Defuse the Bomb

2 minute read

You have a bomb to defuse, and your time is running out! Your informer will provide you with a circular array code of length of n and a key k.