DEV Community

Discussion on: Explain Recursion Like I'm Five

Collapse
 
moretti profile image
Paolo Moretti

In order to understand recursion, one must first understand recursion.

Another good one can be found on "The C Programming Language" (Kernighan and Ritchie). If you look up the word "recursion" in the index, you'll find that they have listed page 269 as one of the reference pages. Page 269 happens to be the page of the index containing the word recursion.

Recursion