Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fibonacci using Recursive Matrix Multiplcation
Python implementation of Nth fibonacci number using recursive matrix multiplication. Time Complexity : O(lnN)
- Loading branch information