Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 9 - Plus One

1 minute read

You are given a large integer represented as an integer array digits, where each digits[i] is the ith digit of the integer. The digits are ordered from most ...

Leetcode problem 8 - Remove Element

2 minute read

Given an integer array nums and an integer val, remove all occurrences of val in nums in-place. The order of the elements may be changed. Then return the num...