Skip to content

Tower of Hanoi is a mathematical puzzle where we have three rods and n disks. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: player can only move one disk per turn and can never place a larger disk onto a smaller one at any time. this's a simple program to solve hanoi tower with n disk…

Notifications You must be signed in to change notification settings

MoussaGerges9/Hanoi-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tower of Hanoi is a mathematical puzzle where we have three rods and n disks. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: player can only move one disk per turn and can never place a larger disk onto a smaller one at any time. this's a simple program to solve hanoi tower with n disks with steps

About

Tower of Hanoi is a mathematical puzzle where we have three rods and n disks. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: player can only move one disk per turn and can never place a larger disk onto a smaller one at any time. this's a simple program to solve hanoi tower with n disk…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages