A simple towers of hanoi game with variable disks which runs on a terminal
12
G
Game Of Towers Of Hanoi
A simple towers of hanoi game with variable disks which runs on a terminal
The problem Game Of Towers Of Hanoi solves
Improves logical ability of a person
Challenges I ran into
The type of data stucture to be used was a major hurdle when working on this project, finally made my own data structure which is a doubly linked adjacency list