Nyaan's blog

By Nyaan, history, 5 months ago, In English

We will hold Next DP Contest on AtCoder.

This contest is a collection of practice problems on dynamic programming (DP). DP is one of the most important algorithms in competitive programming because of its high versatility and wide variety of applications. Therefore, studying DP is essential for gaining a deeper understanding of competitive programming. In the past, contests such as TDPC(Japanese language only) and EDPC were held for the purpose of practicing DP.

On the other hand, as time goes by, techniques become more diverse and more widely used. Now, 12 years after TDPC and 7 years after EDPC, DP techniques that did not appear in those contests have started to show up in contests, especially in ABC and ARC. This contest focuses mainly on techniques that were not covered in TDPC or EDPC. We hope you will use it both to test your skills during the contest and to review afterward.

We are looking forward to your participation!

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

»
5 months ago, hide # |
 
Vote: I like it +114 Vote: I do not like it

we got atcoder dp contest#2 before gta6

»
5 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

They say that the average person can only get 20 points

»
5 months ago, hide # |
 
Vote: I like it +19 Vote: I do not like it

real great contest

»
5 months ago, hide # |
 
Vote: I like it +26 Vote: I do not like it

When can we expect the editorial?

  • »
    »
    5 months ago, hide # ^ |
     
    Vote: I like it +10 Vote: I do not like it

    If you check the box of "Show editorial in other language", there is an editorial ( テーマ一覧(ネタバレ注意)) with hint that the technique are used for each problems

»
5 months ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

They said, if you are good at DP: 70 points. I found that Potato167 is barely good at DP, with 73 points.

»
4 months ago, hide # |
 
Vote: I like it +18 Vote: I do not like it

So can we got atcoder dp contest#2's editorial before gta6?

»
4 months ago, hide # |
Rev. 2  
Vote: I like it +10 Vote: I do not like it

This solution for problem S — Two doors passes the tests. Could someone help me understand whether it is actually correct?

Solution