Monday, June 17, 2019

377. Combination Sum IV

Here is my post.

It is time for me to learn how to master a dynamic programming algorithm called 377 Combination Sum IV. What I can do is to list all practices I have practiced in 2019, and later on, I will ask the algorithm in mock interview on interviewing.io, so I can explore more solutions and learn better from top talents in the world.
Recursive solution with timeout issue, here is the link.
Dynamic programming, top down, memoization, here is the link.
Dynamic programming, bottom up, here is the link.


No comments:

Post a Comment