algorist_'s blog

By algorist_, history, 4 years ago, In English

Hello Codeforces Community,

A couple of months back, AtCoder had organized an Educational DP Contest. As can be seen from the blog, the contest had received some amazing feedback and there was a huge demand for more such similar contests. Unfortunately, I don't think AtCoder admins have had enough time to organize more such contests.

I wanted to, with the help of this community, create a collection of about 25 — 30 advanced DP problems, which would have a structure similar to the problems of AtCoder's Educational DP Contest (classical problems; simple, straight-forward statements) but more harder. Or problems that could potentially cover a dynamic programming technique that was not covered by AtCoder's contest (Knuth's Optimization, or Alien's binary search technique, for example).

Please post problems (statements, links, anything) that you think would make a good addition to this list. If possible, please post each problem as a separate comment so we can get an idea of how much liking there is for each problem, from the community.

As more and more problems are posted and upvoted, I'll add them to the blog roughly organized in the order of difficulty. I'll add these problems to two different sections as probably not all of them would be considered educational/advanced as per the definition above.

If this blog receives a good number of upvotes, I'll make more such blogs for different topics (Search, Graphs, Greedy, etc).

Thanks!

  • Vote: I like it
  • +119
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +5 Vote: I do not like it

nice initiative

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

Yeah Atcoder edu. dp contest was great. I didn't saw any problem on dp + strings where we use some string algo & dp(as far as i remember). Here are some interesting(atleast imo) problems:

https://codeforces.com/problemset/problem/346/B

https://codeforces.com/contest/808/problem/G

https://cses.fi/problemset/task/1112

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it
»
4 years ago, # |
  Vote: I like it -8 Vote: I do not like it
  1. DP with combinatorics
  2. State/ Space Reductions
»
4 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it
»
22 months ago, # |
  Vote: I like it +1 Vote: I do not like it

Sorry for necroposting but creating a new blog over this would be redundant.

So, Is there any update on this initiative? And can we continue this because in the last 2 years CP community has grown tremendously?

And lastly Is there any other contest like this (that helps you learn a topic from basic to intermediate expert level) on any other topics (like sorting, graphs, greedy, strings)? Any website would be fine.