I'm learning binary lifting right now, already solved LCA and http://codeforces.net/problemset/problem/932/D.
Can you please suggest other problems that can be solved via binary lifting, I want to train this technique.
Thank you.
# | User | Rating |
---|---|---|
1 | jiangly | 4039 |
2 | tourist | 3841 |
3 | jqdai0815 | 3682 |
4 | ksun48 | 3590 |
5 | ecnerwala | 3542 |
6 | Benq | 3535 |
7 | orzdevinwang | 3526 |
8 | gamegame | 3477 |
9 | heuristica | 3357 |
10 | Radewoosh | 3355 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | atcoder_official | 160 |
3 | Um_nik | 160 |
5 | djm03178 | 157 |
6 | Dominater069 | 156 |
7 | adamant | 153 |
8 | luogu_official | 152 |
9 | awoo | 151 |
10 | TheScrasse | 147 |
I'm learning binary lifting right now, already solved LCA and http://codeforces.net/problemset/problem/932/D.
Can you please suggest other problems that can be solved via binary lifting, I want to train this technique.
Thank you.
Name |
---|
609E - Minimum spanning tree for each edge This is a good problem solvable with binary lifting.
thx
588E - Duff in the Army. Nice problem, maybe some complex implementation, but if You'll solve it, You'll definitely have no problems with Binary Rise
Thnx.. It is a really nice problem on the topic.
Good problem
Old topic, but for those stumbling upon it through Google like me, here is another one: 1516D — Cut
Here is another one from codechef LGSEG
Another good one: Teleporter
1535E - Gold Transfer is a nice starter problem for binary lifting on trees.