-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
translate: basic/divide-and-conquer.md #122
base: master
Are you sure you want to change the base?
Conversation
fix: update with upstream
note: this commit needs review for suggestion
note: added some references.
note: added a footnote. Maybe need a grammar check.
with great appreciate to @ksyx Co-authored-by: ksyx <[email protected]>
Co-authored-by: ksyx <[email protected]>
|
||
### Recursion versus Enumeration | ||
|
||
The difference is, enumeration is decomposing the problem horizontally and solving them, while recursion is vertically by braking it down level-by-level. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里感觉是想说 size
enum 的每个 size 都是固定的而 recursive 的是减小方向的?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
erhhh what size
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
就是处理的问题的大小?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嗯...那么哪里需要改呢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这句话 qs 不太好写
|
||
### Recursion versus Enumeration | ||
|
||
The difference is, enumeration is decomposing the problem horizontally and solving them, while recursion is vertically by braking it down level-by-level. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
就是处理的问题的大小?
Co-authored-by: ksyx <[email protected]>
Please Reviewers take care of the following aspects: