Skip to content

Stephane-Lin/Recursion-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recursion-Visualization

Visual tracing program of a recursive method in java

This program allows the user to calculate and visualize the factorial of integers up to 20, step by step through the tracing of a simple recursive method in Java.

Integers less or equal than zero are assumed, for the sake of simplicity, to have a factorial of zero where no steps are shown for the visualization part.

About

Visual tracing program of a recursive method in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages