Skip to content

A puzzle that move disks one tower to another tower under couple of restrictions.

Notifications You must be signed in to change notification settings

Virtigox/Tower_of_Hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Tower_of_Hanoi

A puzzle that moves disks from one tower to another tower under a couple of restrictions.

BEFORE-START

image

AFTER-SUCCESSFUL!

image

RESTRICTION:

  1. move one disk at a time
  2. If there are several disks on a tower, a smaller disk should be always on top of the larger plate.
  3. Move the disks that are stacked up in the left end tower to the tower at the right end using the middle tower.

About

A puzzle that move disks one tower to another tower under couple of restrictions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages