• Stars
    star
    1
  • Language
    Assembly
  • Created over 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Tower of Hanoi (also called the Tower of Brahma or Lucas' Tower) is a mathematical game or classical puzzle applied in the psychology of problem solving and skill learning. It consists of three rods and a number of disks of different sizes, which can slide onto any rod and follow given the rules  Only one disk can be moved at a time.  Each move consists of taking the upper disk from one of the stacks and placing it on top of another stack or on an empty rod.  No larger disk may be placed on top of a smaller disk. Performance is measured by the number of moves and/or the time required to complete the task. This project particularly aims for providing an efficient guideline for the player to achieve his goal in limited time with restricted moves.