Python/matrix
Md. Mahbubur Rahman 60c608d85a Added matrix exponentiation approach for finding fibonacci number. (#1042)
* Added matrix exponentiation approach for finding fibonacci number.

* Implemented the way of finding nth fibonacci.
* Complexity is about O(log(n)*8)

* Updated the matrix exponentiation approach of finding nth fibonacci.

- Removed some extra spaces    
- Added the complexity of bruteforce algorithm  
- Removed unused function called zerro()  
- Added some docktest based on request

* Updated the matrix exponentiation approach of finding nth fibonacci.

- Removed some extra spaces
- Added the complexity of bruteforce algorithm
- Removed unused function called zerro()
- Added some docktest based on request

* Tighten up main() and add comments on performance
2019-07-19 09:41:37 +02:00
..
matrix_operation.py .vs/ directory, matrix_multiplication_addition file and binary tree directory (#894) 2019-06-11 19:24:53 +08:00
nth_fibonacci_using_matrix_exponentiation.py Added matrix exponentiation approach for finding fibonacci number. (#1042) 2019-07-19 09:41:37 +02:00
rotate_matrix.py Add rotate matrix problem (#1021) 2019-07-15 08:48:35 +02:00
searching_in_sorted_matrix.py Create Searching in sorted matrix (#738) 2019-03-20 23:59:35 +08:00
spiral_print.py Updated README 2019-07-06 11:11:20 +05:30