Skip to content

dainiuskreivenas/tower-of-hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tower of Hanoi

The Tower of Hanoi is a mathematical game or puzzle. It consists of three rods and a number of disks of different sizes, which can slide onto any rod. The puzzle starts with the disks in a neat stack in ascending order of size on one rod, the smallest at the top, thus making a conical shape.

To run the tests:

  1. Open terminal at root of the Repository
  2. type ./run.sh

The results will be printed out to ./tests/results

About

Tower Of Hanoi solver using RBS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published