mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.28k forks source link

Fibonacci improvement using memory storage #193

Closed rajratnamaitry closed 2 years ago

rajratnamaitry commented 2 years ago

Fibonacci function using memory storage method

mgechev commented 2 years ago

@rajratnamaitry would you add another implementation which uses memoization and keep the current one?

rajratnamaitry commented 2 years ago

@mgechev sure, i'll try

rajratnamaitry commented 2 years ago

Created new PR https://github.com/mgechev/javascript-algorithms/pull/195/files