Recursion, Explained Simply

Recursion, Explained Simply

9.125 Lượt nghe
Recursion, Explained Simply
This video gives an overview of what "Recursion" is in computer programming, explains how function calls work under the hood, and walks through several strategies for converting recursive functions to their iterative equivalents. The thumbnail was inspired by the cover art from "Innerspeaker", the amazing album from the Australian band Tame Impala. NASA's "The Power Of 10" safety standards: https://en.wikipedia.org/wiki/The_Power_of_10:_Rules_for_Developing_Safety-Critical_Code Learning about the following terms will help you understand the content of this video: - Function - Stack - Stack Frame - Variable - Tree - Tree Traversal