DEV Community

Discussion on: A Simple introduction to recursion

Collapse
 
hamzamateen profile image
HamzaMateen • Edited

I think people should first learn how stacks work as function call always endup being on the call stacks. This way we can more rigorously define Recursion in terms of implementation.

Nice article tho!! ❤️❤️

Collapse
 
anwarr_________ profile image
Anwar

Yeah you're right, generally you understand your code better when you learn more about how it works and what happens behind the scenes

Thank a lot bro ❤️️