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

Автор RealSlav, история, 8 лет назад, По-английски

Hello Codeforces!

Not sure whether this is the site for this question, but I don't have a better place to ask.

Where can I learn DP (Dynamic Programming). I'm looking for a site that has both tutorial and tasks (with maybe some solutions if I get stuck). I am very bad at DP, so I wouldn't find useful a site that has too hard tutorials and tasks. Hope you can help me :)

Thanks!

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

»
8 лет назад, скрыть # |
 
Проголосовать: нравится +7 Проголосовать: не нравится

Here I would recommend my website made for this purpose. The easier dynamic programming section has 12 tasks (from CodeForces) most likely at your level and 3 problems have video solutions. All the problems have editorials on CodeForces so once you get the idea from the video solutions, you can solve the other problems and they have solutions.

Hope this helps!