Kushagra Nigam b53bdf16ec 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
2019-12-05 22:13:16 +01:00
2019-12-05 08:13:36 +01:00
2019-11-28 13:30:19 +01:00
2019-11-28 13:30:50 +01:00
2019-12-04 09:24:48 +01:00
2019-12-05 22:13:16 +01:00
2019-12-05 22:13:16 +01:00
2019-11-28 13:32:03 +01:00
2019-12-05 22:13:16 +01:00
2019-12-05 22:05:29 +01:00
2019-12-05 19:12:07 +01:00
2019-11-15 14:44:55 +09:00

The Algorithms - C++

contributions welcome  GitHub repo size GitHub closed pull requests

All algorithms implemented in C++ (for education)

The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.

Contribute Guidelines

Read our Contribution Guidelines before you contribute.

Languages
C++ 98.6%
CMake 1.3%