Controls
Status: idle
Call Stack + Recursion Tree (baby steps)
Status: idle
This visualizer helps you see recursion in action.
Creates the recursion tree and prepares all calls.
Runs recursion automatically from start to finish.
Executes one call or return at a time. Best for learning.
Shows which function calls which. Highlighted node = active call.
Shows how functions are stacked in memory.
Text log of calls (→) and returns (←).
Tip: Start with Factorial, n = 4 and use Step.
Recursion is just a function trusting itself.