Comment on Reconsidering the way I explain programming (2020)parentComments−lupire5yThat's a stack, not recursion. Recursion is self-reference.−ummwhat5yThe same brain function is processing every layer of the stack. Its the call stack of a recursive function.
Comments
That's a stack, not recursion. Recursion is self-reference.
The same brain function is processing every layer of the stack. Its the call stack of a recursive function.