摘要:
15、1 什么叫递归A definition in which something is defined in terms of smaller versions of inself.15、2 使用简单变量设计递归算法N! = N * N( N – 1 )!15、3 汉诺塔15、4 使用构造变量设计递归算法15、5 使用递归还是迭代It’s depended on two issues:efficiency and the nature of the problem being solved. 阅读全文
posted @ 2010-09-01 16:58
做自己的快乐人
阅读(228)
评论(0)
推荐(0)