Does anyone have and can share links of good problems of dynamic programming which covers most of the problem solving patterns.
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 165 |
2 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
4 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
8 | Dominater069 | 154 |
8 | nor | 154 |
Does anyone have and can share links of good problems of dynamic programming which covers most of the problem solving patterns.
Название |
---|
Maybe try 1881E - Block Sequence. If you solve it, a bit advance version but same statement 1741E - Sending a Sequence Over the Network.
I highly recommend starting with the AtCoder Educational DP Contest contest. Also solve the DP section of the CSES Problem Set problemset. It will solidify your understanding. Once you’ve solved these, you can start solving a variety of random dp problems whenever/wherever you find them.
https://youkn0wwho.academy/topic-list/?category=dynamic_programming https://codeforces.me/blog/entry/67679
This is a pretty advanced list, not recommended for beginners.