visual solution of tower of hanoi
- clone the repository.
git clone https://github.com/mayurdahibhate/toh
- cd into the repo.
cd toh
- Compile with make.
make toh
- Run
toh <n>
, where n is the number of disks you want in tower of hanoi puzzle. By default, it is 3.
toh 5