mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-03 08:23:46 +08:00
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:
committed by
Christian Clauss
parent
9f18647c73
commit
b53bdf16ec