For me it is this one.
# | 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 | 165 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
For me it is this one.
Name |
---|
kinetic segtree
For me it's the Round-Square Tree data structure. I use it almost every day but not many people know about it.
I'm not sure, but I am assuming you are referring to block-tree. One can see Codeforces blog on this topic.
Implicit Persistent Treap Beats. UUUU
How do you do persistent Beats? Doesn't the potential method fall apart?
i have no idea :)
Putting my fist into my mouth
gauging my eyes out
How to mod multiply two large numbers in C++.
bitset
For me it's this
Segment tree, but get this: with lazy propagation
Also bitwise trie (if you consider that more advaned than the segment tree)
math
Are you DottedCaculator on AoPS?
Binary Search
You know algorithm floyd? Most of people just memorize it without understading and there is a special order of for's ( loops ). But instead of memorizing the correct order you can just write them in random order and copy past it three times in you code it will work correctly!
virtual tree / auxiliary tree (however I like to call it an LCA tree)
Binary search
Let $$$f(x)$$$ be a polynomial with non-negative integer coefficients for which $$$f(10)$$$ is prime. If the coefficients of $$$f(x)$$$ are at most $$$49598666989151226098104244512918$$$, then $$$f(x)$$$ is irreducible.
I hope I will get to use this theorem in a real programming contest one day :(
Stop stressing over so much for EJOI. You don't need to learn anything new. Graph bundling
Lagrange interpolation