Commit Graph

6 Commits

Author SHA1 Message Date
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
Arnav Borborah
720ef2d5c5
Delete .DS_Store 2018-04-10 10:43:01 -04:00
Shivam Singhal
2618482840 Added buzz number program. 2017-06-04 14:12:56 +05:30
Shivam Singhal
2a0c019573 Your branch is up-to-date with 'origin/master'. 2017-05-27 18:10:04 +05:30
shivhek25
624535d367 Delete .DS_Store 2017-04-08 19:12:28 +05:30
Shivam Singhal
1dd1312085 Added armstrong number program. 2017-03-30 19:13:26 +05:30