DEV Community

Discussion on: Recursion Algorithm Practice: Fibonacci Sequence Generator

Collapse
 
edisonywh profile image
Edison Yap • Edited

Good luck! Couple of commenters already pointed out some good resources, I have written one on Tail Call Optimization so that might be helpful (Python doesn't have it, but it helps to understand)

There's also dynamic programming that you could look into - quora.com/What-is-the-difference-b...