.
# | User | Rating |
---|---|---|
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 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
Name |
---|
Auto comment: topic has been updated by is-this-ufds (previous revision, new revision, compare).
It really depends on what level you're coding at now.
I would suggest using the dp tags as a guide, but beware that many problems are tagged dp when dp is either not necessary or not relevant.
Here are a few I have tried myself recently: https://mirror.codeforces.com/problemset/problem/455/A https://mirror.codeforces.com/problemset/problem/1418/C https://mirror.codeforces.com/problemset/problem/1398/D https://mirror.codeforces.com/problemset/problem/1385/D (I solved using recursion, which is the same idea as DP) https://mirror.codeforces.com/problemset/problem/1253/C https://mirror.codeforces.com/problemset/problem/706/C https://mirror.codeforces.com/problemset/problem/545/C
These are all in the range 1500-1800. Obviously harder problems exist, but given my rating this is about where I'm operating so I can't recommend much beyond this range.
thanks a lot!!
https://atcoder.jp/contests/dp
https://atcoder.jp/contests/dp