Skip to content

Tower of Hanoi is a game implemented in C++ (OOP) using stack data structure. It is a mathematical puzzle which consists of three towers (stacks) and more than one rings is as depicted. These rings are of different sizes and stacked upon in an ascending order, i.e. the smaller one sits over the larger one.

Notifications You must be signed in to change notification settings

mosafdarr/Tower-Of-Hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Tower-Of-Hanoi---C-

Tower of Hanoi is a game implemented in C++ (OOP) using stack data structure. It is a mathematical puzzle which consists of three towers (stacks) and more than one rings is as depicted. These rings are of different sizes and stacked upon in an ascending order, i.e. the smaller one sits over the larger one.

About

Tower of Hanoi is a game implemented in C++ (OOP) using stack data structure. It is a mathematical puzzle which consists of three towers (stacks) and more than one rings is as depicted. These rings are of different sizes and stacked upon in an ascending order, i.e. the smaller one sits over the larger one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages