Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于递归概念的一点疑问 #1391

Open
liaoruochenxin opened this issue Jun 14, 2024 · 1 comment
Open

关于递归概念的一点疑问 #1391

liaoruochenxin opened this issue Jun 14, 2024 · 1 comment

Comments

@liaoruochenxin
Copy link

本书第二章 2.2节中关于递归,分为两个阶段,其中递的描述如下:“程序不断深入地调用自身,通常传入更小或更简化的参数,直到达到’终止条件‘。“
个人认为在调用自身后面,加入一些描述,大概意思是:在程序中修改参数使其更接近终止条件,会好一点吗?但感觉加入之后又更啰嗦了

@TecReaGroup
Copy link

确实将 更小或更简化的参数 改为 修改参数使其更接近终止条件 更严谨一点。不过前者已经表述了一种趋向性:参数不断趋向于边界条件。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants