Commit Graph

11 Commits

Author SHA1 Message Date
Christian Bender
cc9e8d0d17 improved the code 2018-03-27 22:51:40 +02:00
Christian Bender
0256f9edd8 improved the code and put in some comments 2018-03-27 18:51:25 +02:00
Christian Bender
86a241bff5 fixed bugs and improved the code 2018-03-27 17:51:33 +02:00
Christian Bender
6ea11b31d6
added a UI and small changes
I added a UI and maked small changes.
2018-03-17 16:37:23 +01:00
Christian Bender
725373cef8
Merge pull request #83 from hegdenaveen1/patch-11
super!
2017-12-29 20:55:54 +01:00
Naveen Hegde
22eab38352
Update String Fibonacci.cpp
removed std::
2017-12-27 23:24:38 +05:30
Naveen Hegde
ab0649797b
Added String Fibonacci
This programme uses String Addition to find Nth fibonacci.
2017-12-26 17:46:50 +05:30
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