What is tail recursion?

The Eric Normand Podcast - Un pódcast de Eric Normand

Categorías:

Tail recursion is a kind of recursion that won’t blow the stack, so it’s just about as efficient as a while loop. Unfortunately, not all platforms support tail call removal, which is necessary for making tail recursion efficient. We talk about what it is and how to do it, even if your language doesn’t support it.

Visit the podcast's native language site