Commit Graph

3 Commits

Author SHA1 Message Date
Naveen Hegde
f024afc74f
Updated logic of fibonacci
Updated this file similar to the directory
C-Plus-Plus/Others/fibonacci.cpp
2017-12-26 16:41:23 +05:30
Christian Bender
242e8eaef2
fix issue #25
I change datatype **int** to **long long**
2017-12-23 23:06:42 +01:00
Sohan Rudra
7681d0f3c7 Added an algorithm for finding nth term of fibonacci sequence. (#23)
* Added an algorithm for finding nth term of fibonacci sequence using divide and conquer

* New Function descriptions added

* Added the extra line and also the return 0
2017-09-24 01:45:29 +05:30