1.7 递归函数 #103
1.7 递归函数
#103
Replies: 3 comments 4 replies
-
真的会在实际的应用中使用递归吗? |
Beta Was this translation helpful? Give feedback.
1 reply
-
不太能理解分割数的算法T-T |
Beta Was this translation helpful? Give feedback.
2 replies
-
简单阅读1.7的要点首先一句话总结本节内容:用递归调用来理解“函数抽象”的概念。 所以在这里 想要通畅阅读本节,你是需要一定的背景知识的。背景知识如下(预计背景知识准备时间:0.5-1h):
带着一定的问题将上面涉及的背景知识看完,然后再通篇阅读1.7,就能明白这节讲什么了。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.7 递归函数
SICP Python 中文翻译
https://composingprograms.netlify.app/1/7
Beta Was this translation helpful? Give feedback.
All reactions