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.
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.