Jonghan's learning path

Today I Learned as a developer

Recent posts

Leetcode problem 37 - Goal Parser Interpretation

1 minute read

You own a Goal Parser that can interpret a string command. The command consists of an alphabet of “G”, “()” and/or “(al)” in some order. The Goal Parser will...

Leetcode problem 35 - Richest Customer Wealth

2 minute read

You are given an m x n integer grid accounts where accounts[i][j] is the amount of money the i​​​​​​​​​​​th​​​​ customer has in the j​​​​​​​​​​​th​​​​ bank. ...