摘要
本文对经典的汉诺塔问题进行了详细的分析,给出了实现的算法,并用C语言实现。通过该问题的C语言实现,可使学习者清晰地观测到解决该问题的全过程。
The paper in detail analyzes the classic Hanoi problem, and gives out the realization algorithm in C language.Through the realization, the learners could clearly address the issue of observing the entire process.
出处
《电脑学习》
2009年第5期138-139,共2页
Computer Study
关键词
汉诺塔
算法
递归
Hanoi
Algorithm
Recursive