Hi Codeforces,
I really like dynamic programming and I wanted to ask you, if maybe you know some interesting problems to solve using dynamic programming. Some hard once so I have to learn from :)
I hope this is going to be useful for others as well because I saw that DP problems are popular in every kind of programming contests.
Thank you in advance
This note on dp optimization techniques might be interesting for you.
http://maratona.ic.unicamp.br/MaratonaVerao2017/documents/dp.pdf
This blog also. https://mirror.codeforces.com/blog/entry/8219
Thank you Redux, interesting problems indeed
This one has some preatty difficult tricks. https://mirror.codeforces.com/blog/entry/47764
Thank you MvC, I didn’t know that there are such nice blogs on codeforces.