- 1887A1 - Dances (Easy version): binary search
- 1887A2 - Dances (Hard Version): binary search
- 1887B - Time Travel: binary search
- 1887C - Minimum Array: binary search
- 1887D - Split: binary search
- 1887E - Good Colorings: binary search
# | 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 |
---|
I don't know if this is complaining but binary search is an important technique in cp and might be seen in many problems. Also A1A2B don't need a complicated binary search, only finding a lower bound in an array so you can't consider the problem binary search
Still Binary Search ¯\_(ツ)_/¯
Well yeah, but it's so simple use of it. It's even doable with sets
No, I'm not complaining (the contest was really good!), it's just a fun fact.
After SpeedForces, MathForces,... now we have BinarySearchForces