.
# | User | Rating |
---|---|---|
1 | jiangly | 3898 |
2 | tourist | 3840 |
3 | orzdevinwang | 3706 |
4 | ksun48 | 3691 |
5 | jqdai0815 | 3682 |
6 | ecnerwala | 3525 |
7 | gamegame | 3477 |
8 | Benq | 3468 |
9 | Ormlis | 3381 |
10 | maroonrk | 3379 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | Dominater069 | 161 |
4 | Um_nik | 159 |
4 | atcoder_official | 159 |
6 | djm03178 | 157 |
7 | adamant | 153 |
8 | luogu_official | 150 |
9 | awoo | 149 |
10 | TheScrasse | 146 |
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://codeforces.me/problemset/problem/455/A https://codeforces.me/problemset/problem/1418/C https://codeforces.me/problemset/problem/1398/D https://codeforces.me/problemset/problem/1385/D (I solved using recursion, which is the same idea as DP) https://codeforces.me/problemset/problem/1253/C https://codeforces.me/problemset/problem/706/C https://codeforces.me/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