注册 登录
编程论坛 C++教室

递归

bibingyan 发布于 2008-03-22 18:02, 607 次点击
我们现在学了递归,但我难以理解它,假如从表面上去看,确实挺容易于是解的.但要跟着它跑几次就越来越不清晰了.
哪位可以教我怎么学习递归
1 回复
#2
aipb20072008-03-23 04:15
a function call itself is called recursive.
u'd better use iterative as much as u can.
because recursive bring a lot of problems.
1