A new thing a day
Document my journey in learning something new everyday
Saturday, April 4, 2020
LeetCode 53. Maximum Subarray
›
Questions: https://leetcode.com/problems/maximum-subarray/ This is probably a very well-known problem with a well-known solution bearing ...
Wednesday, April 1, 2020
LeetCode 322. Coin Change
›
Question: https://leetcode.com/problems/coin-change/ Given a list of coins, and the amount that we want to spend, what is the minimum num...
Saturday, March 28, 2020
LeetCode 459. Repeated Substring Pattern
›
Question: https://leetcode.com/problems/repeated-substring-pattern/ This is the first string related question. Lots of the String algorit...
Thursday, March 26, 2020
LeetCode 925. Long Pressed Name
›
Question: https://leetcode.com/problems/long-pressed-name/ As a mac user, I know lots of people had issues with the butterfly keyboard. M...
Wednesday, March 25, 2020
LeetCode 169. Majority Element
›
Question: https://leetcode.com/problems/majority-element/ This is one of those popular questions that have multiple solutions. The easies...
›
Home
View web version