matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.07k stars 1.26k forks source link

Fast Doubling Method to find the nth Fibonacci Number #1008

Open sanithps98 opened 4 years ago

sanithps98 commented 4 years ago

Finding Nth Fibonacci Number using Fast Doubling Method