Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 131 - Insert Interval

1 minute read

You are given an array of non-overlapping intervals intervals where intervals[i] = [starti, endi] represent the start and the end of the ith interval and int...

Leetcode problem 130 - Merge Intervals

less than 1 minute read

Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that c...