TheAlgorithms-C-Plus-Plus/others
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
..
Buzz_number.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
Decimal To Binary.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
Decimal To Hexadecimal .cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
Decimal to Roman Numeral.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
fibonacci.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
GCD_of_n_numbers.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
happy_number.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
matrix_exponentiation.cpp Matrix Exponentiation (#589) 2019-12-05 22:13:16 +01:00
Palindromeofnumber.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
Paranthesis Matching.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
pascal_triangle.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
Primality Test.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
sieve_of_Eratosthenes.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
smallest-circle.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
Sparse matrix.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
spiral_print.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
Strassen Matrix Multiplication.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
String Fibonacci.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
Tower of Hanoi.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
vector_important_functions.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00