← Back to Games
Factorial Tower
Watch fact(n) = n × fact(n-1) build up and compute!
fact(n) = n × fact(n-1), base: fact(0) = 1
5
! =
?
Enter N:
Visualize
Step →
▶ Auto Step
Reset
📊 Multiplication Chain
Click "Visualize" to start...
Calling Phase
Returning Phase
📚 Call Stack Frames
Stack frames will appear here...