BaReinhard / Hacktoberfest-Data-Structure-and-Algorithms

A repo to contains data structure s and algorithms, regardless of language.
https://bareinhard.github.io/Hacktoberfest-Data-Structure-and-Algorithms/
GNU General Public License v3.0
225 stars 707 forks source link

Added Fibonacci code under dynamic programming #1103

Open Lakshita2002 opened 3 years ago

Lakshita2002 commented 3 years ago

Simple code for calculating the nth fibonacci number using recursion and dynamic programming (memoization and iterative methods)