Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 47 - Watering Plants

3 minute read

You want to water n plants in your garden with a watering can. The plants are arranged in a row and are labeled from 0 to n - 1 from left to right where the ...

Leetcode problem 45 - TwoSum

1 minute read

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.