Commit Graph

4 Commits

Author SHA1 Message Date
Naveen Hegde
97b1b9d8e0
Decimal to Roman Numeral.cpp
copied the file from 
C-Plus-Plus/Decimal to Roman Numeral.cpp
to
C-Plus-Plus/Others/
directory to facilitate organizing.
2017-12-26 16:44:46 +05:30
Naveen Hegde
8ea50b59a3
Updated logic of fibonacci.cpp
Implemented an easier to implement and faster algorithm than the already present matrix exponentiation method.
This is faster than matrix exponentiation method as it is a DP form of matrix exponentiation.
2017-12-25 15:11:31 +05:30
Christian Bender
73aff5153b
fix issue #25
I changed datatype **int** to **long long**
2017-12-23 23:08:23 +01:00
Christian Bender
4b7d334c6e
Add files via upload 2017-12-23 18:30:49 +01:00