LeetCode - 10 Essential DP Patterns
These days, I’m working hard to solve algorithm problems with Python. There are lots of platforms we can choose, such as Baekjoon or Programmers. These two websites are popular online algorithm websites in korea. Well there are many alternatives other than these two, such as Topcoder, Codeforces and Atcoder. These are very competitive algorithm contest websites. However if you want to improve your algorithm programming skills, LeetCode would be a great choice. About LeetCode LeetCode provides variety of problems and each of them is classified as Easy/Medium/Hard diffifulty. I recommend to solve the problems listed in Study Plan because they categorize problems into algorithm types very well. In my case, I started with Dynamic Programming study plan, and kept solving problems. ...