lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

.cpp for Fibonacci Numbers using fast doubling #59

Closed Muks14x closed 7 years ago

Muks14x commented 7 years ago

A cpp program for the implementation of the fast doubling method for generating the nth fibonacci number

lprimeroo commented 7 years ago

Please edit the README.md file too.

Muks14x commented 7 years ago

Updated README.md too :)