Skip to content

Commit

Permalink
Update Part.2.D.4-recursion.ipynb
Browse files Browse the repository at this point in the history
优化表述
  • Loading branch information
wpeiran authored and xiaolai committed Apr 22, 2019
1 parent a02a73b commit 96fc415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part.2.D.4-recursion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
"source": [
"现在可以小小总结一下了。\n",
"\n",
"一个递归函数,之所以是一个有用、有效的递归函数,因为它要遵守递归三原则。正如,一个机器人之所以是个合格的机器人,因为它遵循[阿西莫夫三铁律](https://zh.wikipedia.org/wiki/%E6%9C%BA%E5%99%A8%E4%BA%BA%E4%B8%89%E5%AE%9A%E5%BE%8B)(Three Laws of Robotics)一样<a href='#fn2' name='fn2b'><sup>[2]</sup></a>。\n",
"一个递归函数,之所以是一个有用、有效的递归函数,是因为它遵守了递归三原则。正如,一个机器人之所以是个合格的机器人,是因为它遵循了[阿西莫夫三铁律](https://zh.wikipedia.org/wiki/%E6%9C%BA%E5%99%A8%E4%BA%BA%E4%B8%89%E5%AE%9A%E5%BE%8B)(Three Laws of Robotics)一样<a href='#fn2' name='fn2b'><sup>[2]</sup></a>。\n",
"\n",
"> 1. 根据定义,递归函数必须在内部调用自己;\n",
"> 2. 必须设定一个退出条件;\n",
Expand Down

0 comments on commit 96fc415

Please sign in to comment.