Please read the new rule regarding the restriction on the use of AI tools. ×

degreeless's blog

By degreeless, history, 4 hours ago, In English

i am new and trying so hard to be good at cp as you can see my progress but when i see a problem tag mentioned as dp i skip that question, I never solved any dp prob before and all i heard until now is that dp is quite tough...so please suggest me some dp probs to start with considering that i never solved even a single question of dp before...

  • Vote: I like it
  • -1
  • Vote: I do not like it

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

Maybe you could try this problem: https://leetcode.com/problems/climbing-stairs/description/ I find this a standard DP problem that is pretty simple as well.

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

https://cses.fi/problemset/ Do the dynamic programming section here.

https://codeforces.net/blog/entry/70018 Refer this for tutorial.

After that, go to codeforces problem set and filter 1400-1700 question with dp tag and just randomly spam as many questions as possible of all difficulty range.

BTW same applies to literally every other topic as well..