There are lots of problems on Codeforces — and most of them will never be seen by most users of the site.
Share a problem you think more people should know about!
(It can be because it's fun, educational, interesting or any other reason.)
# | 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 |
There are lots of problems on Codeforces — and most of them will never be seen by most users of the site.
Share a problem you think more people should know about!
(It can be because it's fun, educational, interesting or any other reason.)
Name |
---|
276C
It uses a simple and really cool technique known as "+1 -1 trick". Do read the editorial to understand how to use it and how it works.
thanks for this problem
yupp! If you know about difference array then it's super easy
733C
One of the best greedy problems
P1, P2, P3, P4
706E - Working routine
Can be solved using linked list like 2D structure.
What I love about this is that it can only be solved for a 2D matrix, and not if it was an array of size $$$10^5$$$.
So in a sense, there is no easy 1D variant of the problem.
441E — Valera and Number
429C — Guess the Tree
755G — PolandBall and Many Other Balls
86D
Mo's Algorithm, basic problem
321E
Divide & Conquer DP optimization, basic problem
617E
Mo's Algorithm, medium problem
Dont post the hints openly that will spoil the party
Ah, OK
UPD Edited.
http://codeforces.me/contest/705/problem/C
Use a queue
484D - Kindergarten
Because I love this submission:
8757420
903D - Almost Difference
1864C - Divisor Chain
780B - The Meeting Place Cannot Be Changed
Cool technique which will teach you how to deal with segments using binary search.