code_fille's blog

By code_fille, 9 years ago, In English

The problem statement can be found here-> (http://www.codechef.com/DBYZ15/problems/DBYZ15C).

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it +1 Vote: I do not like it

Matrix exponentiation

  • »
    »
    9 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    What about dfs?

    We will get TLE by that?