 |
C Program to Solve Tower-of-Hanoi Problem using Recursion - Sanfoundry
This C Program uses recursive function & solves the tower of hanoi. The tower of hanoi is a mathematical puzzle. It consists of threerods, and a number of disks of different sizes which can slideonto any rod. The puzzle starts with the disks in a neat sta
www.sanfoundry.com |
 |