Skip to main content
/
Concepts
/
Recursion
1 / 10
Speed
EN
ES
Call stack is empty
Step 1:
Let's compute factorial(5). Recursion breaks the problem into smaller calls stacked on the call stack.