Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 85 - DI String Match

1 minute read

A permutation perm of n + 1 integers of all the integers in the range [0, n] can be represented as a string s of length n where:

Leetcode problem 84 - Array Partition

1 minute read

Given an integer array nums of 2n integers, group these integers into n pairs (a1, b1), (a2, b2), …, (an, bn) such that the sum of min(ai, bi) for all i is m...