Skip to content

Java version of program originally written in Python. Handles Factorial problems and Tower of Hanoi.

Notifications You must be signed in to change notification settings

SisyphusRex/Factorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Solves factorial problems and the Tower of Hanoi game.

This program was originally written in Python for class. I am converting the original code to Java to expand my skills.

To compile: javac -d . *.java

To Run: java factpack.FactorialBootstrap

About

Java version of program originally written in Python. Handles Factorial problems and Tower of Hanoi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages