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

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

Problem link : (http://codeforces.net/problemset/problem/166/E)

How to solve this problem log(n) with binary exponentiation of some 2 × 2 matrix into power n. Needs some explanation in this problem .Thanks in advance.

Sorry for bad english.

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

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

Not sure how to do it with a 2x2 matrix, but I solved this problem by exponentiating a 4x4 adjacency matrix. I'm guessing the 2x2 solution somehow exploits the symmetry in the tetrahedron.