I'm learning binary lifting right now, already solved LCA and http://codeforces.com/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 | tourist | 3851 |
2 | jiangly | 3634 |
3 | Um_nik | 3539 |
4 | slime | 3498 |
5 | ksun48 | 3493 |
6 | djq_cpp | 3486 |
7 | maroonrk | 3471 |
8 | MiracleFaFa | 3466 |
9 | Radewoosh | 3442 |
10 | Petr | 3426 |
# | User | Contrib. |
---|---|---|
1 | -is-this-fft- | 183 |
2 | awoo | 181 |
3 | YouKn0wWho | 177 |
4 | Um_nik | 175 |
5 | dario2994 | 172 |
6 | Monogon | 170 |
6 | adamant | 170 |
8 | maroonrk | 169 |
9 | errorgorn | 166 |
10 | antontrygubO_o | 165 |
I'm learning binary lifting right now, already solved LCA and http://codeforces.com/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.
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
https://atcoder.jp/contests/abc212/tasks/abc212_f
this is a nice problem can be solved with binary lifting
1535E - Gold Transfer is a nice starter problem for binary lifting on trees.