Matrix Exponentiation (#589)

* Matrix Exponentiation

* Update and rename Others/Matrix_Expo.cpp to others/matrix_exponentiation.cpp

* Update matrix_exponentiation.cpp

* clang-format -i -style="{BasedOnStyle: Google, IndentWidth: 4}" matrix_exponentiation.cpp

* clang-format -i -style="{IndentWidth: 4}" matrix_exponentiation.cpp

* Fix cpplint readability/braces issue

* using std::cin; using std::cout; using std::vector;

* added int_64 instead of long long

* Minor changes

* Update matrix_exponentiation.cpp
This commit is contained in:
Kushagra Nigam
2019-12-06 02:43:16 +05:30
committed by Christian Clauss
parent 9f18647c73
commit b53bdf16ec
4 changed files with 119 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.