Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя degreeless

Автор degreeless, история, 5 часов назад, По-английски

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...

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
5 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.

»
5 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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..