Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 15 - Move Zeroes

1 minute read

Given an integer array nums, move all 0’s to the end of it while maintaining the relative order of the non-zero elements.

Leetcode problem 14 - Can Place Flowers

1 minute read

You have a long flowerbed in which some of the plots are planted, and some are not. However, flowers cannot be planted in adjacent plots.