english deutsch
Online
Mathnet : The Tower of Hanoi, Thinks.com - Tower of Hanoi
Ask Dr. Math : Tower of Hanoi
Includes a small introduction to the Tower of Hanoi including History. Goes on to talk about different ways of tackling the problem.
Discovering the Mathematics Behind the Game
Guides readers to find the solution to the problem themselves but also has a link to the solution.
François Edouard Anatole Lucas
Biography of Edouard Lucas, inventor of the Tower of Hanoi problem.
Patterns in the Towers of Hanoi Solution
About the clockwise-counterclockwise method or the recursive solution to the problem.
Tower of Hanoi
Shows the initial setupand the final result of the puzzle if completed in pictures as well as text. Also used pictures to show how to do the puzzle with 3 disks in 7 steps.
Towers of Hanoi in C++
This program, written in C++ is the simulation of the Towers of Hanoi problem. The user can input any number of disks and the program will simulate the same.
Towers of Hanoi in sendmail.cf
Source code implementing the algorithm as a sendmail rule set.