DEV Community

Paolo Ventura
Paolo Ventura

Posted on

100 algos in 100 days (Day 23)

After struggling a bit with my new pet project an algorithm solving helper CLI I have launched into doing some more dynamic programming and recursion practice.

First stop fibonacci:

I had already done this one so remembering to use memoization and fibonacci made it quite quick!
Although I forgot that the bottom up solution is more efficient so shouldve gone down that path... There is always tomorrow!

Top comments (0)