Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 197 Bytes

File metadata and controls

10 lines (7 loc) · 197 Bytes

Towers of Hanoi

Provides a solution for the Towers of Hanoi problem.

Compile using:
javac Hanoi.java

Run using:
java Hanoi n
Where n is the number of disks used in the problem.