When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

spiralJava_'s blog

By spiralJava_, history, 3 years ago, In English

I want to improve my DP skills. Can someone give me famous DP problems to improve my dp skill? It's not necessarily to be from CF it could be CodeChef, spoj, leetcode, etc.

Thank you :)

Tags dp
  • Vote: I like it
  • +6
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it +5 Vote: I do not like it
»
3 years ago, # |
  Vote: I like it +5 Vote: I do not like it

start doing dp problems from cses dp section and atcoder dp contest problem. After being frustrated between these two do dp tagged problem set from codeforces. I personally have not done leetcode. So I can't tell you about it.

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

For leetcode, there is a link which has lots of useful links from leetcode. It has a lot of useful links for DP as well. Check it out: Link : https://leetcode.com/discuss/general-discussion/665604/important-and-useful-links-from-all-over-the-leetcode

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it