Quantcast
Channel: XZYMOE'S BLOG
Viewing all articles
Browse latest Browse all 350

Python递归函数与斐波那契数列

$
0
0

在定义一个函数时候,只需知道其终止的条件,无需知道其执行方法,仅需在函数中调用函数本身即可,这种魔性的写法就叫做递归函数,江湖上有一句:人能理解循环,神能理解递归。 [Read More…]


Viewing all articles
Browse latest Browse all 350

Trending Articles