Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

codebuster420's blog

By codebuster420, history, 4 weeks ago, In English

I want to improve my dp skills, Can someone please provide a good dp problem set... which goes from beginner to advance level. As I want to improve my logic building skills for dp, I want problems from such i can do that.

Thank you!

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

»
4 weeks ago, # |
  Vote: I like it +1 Vote: I do not like it
»
4 weeks ago, # |
  Vote: I like it +1 Vote: I do not like it

usaco guide dp section has everything u need.

»
4 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Atcoder educational dp contest is quite good as it offers variety of non-standard problems and approaches

»
4 weeks ago, # |
  Vote: I like it +4 Vote: I do not like it

Someone already mentioned CSES DP Section. You can also refer to the Atcoder Educational DP Contest. Link for it

»
4 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Ya, but why forget this one.

»
4 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it
»
4 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Thank you guys for giving your suggestions... after looking all of your problem sheet i decided to first go with usaco guide... after this i may look at your problems too