循环、迭代与递归

循环:repeat(x);

迭代:e0; en = func(en-1); repeat(condition, e=func(e));

递归:p(n) = p(n-1) + p(n-2);

猜你喜欢

转载自www.cnblogs.com/feng9exe/p/11906756.html
今日推荐