Блог пользователя Opportunity

Автор Opportunity, история, 9 лет назад, По-английски

I'm learning binary lifting right now, already solved LCA and http://codeforces.me/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.

  • Проголосовать: нравится
  • +8
  • Проголосовать: не нравится

»
9 лет назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

609E - Minimum spanning tree for each edge This is a good problem solvable with binary lifting.

»
9 лет назад, скрыть # |
Rev. 3  
Проголосовать: нравится +4 Проголосовать: не нравится

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

»
5 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Old topic, but for those stumbling upon it through Google like me, here is another one: 1516D — Cut

»
4 года назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

1535E - Gold Transfer is a nice starter problem for binary lifting on trees.