Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 57 - Decode the Message

2 minute read

You are given the strings key and message, which represent a cipher key and a secret message, respectively. The steps to decode message are as follows:

Leetcode problem 56 - Design an Ordered Stream

2 minute read

There is a stream of n (idKey, value) pairs arriving in an arbitrary order, where idKey is an integer between 1 and n and value is a string. No two pairs hav...

Leetcode problem 55 - Truncate Sentence

1 minute read

A sentence is a list of words that are separated by a single space with no leading or trailing spaces. Each of the words consists of only uppercase and lower...