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

translate: basic/divide-and-conquer.md #122

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

CamberLoid
Copy link
Collaborator

Please Reviewers take care of the following aspects:

  1. Are there any typos?
  2. Please read the content of the Pull Request as if you were a beginner and talk about your thoughts after reading the text no matter whether you are familiar with the content or not.
  3. Please evaluate the content of the Pull Request if you are familiar with related concepts.
  4. Please try your best to keep an eye on it until it is merged or closed.

@CamberLoid CamberLoid marked this pull request as ready for review August 1, 2021 10:16
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
CamberLoid and others added 2 commits August 2, 2021 16:19
with great appreciate to @ksyx

Co-authored-by: ksyx <18738953+ksyx@users.noreply.github.com>
Co-authored-by: ksyx <18738953+ksyx@users.noreply.github.com>
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved

### 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里感觉是想说 size
enum 的每个 size 都是固定的而 recursive 的是减小方向的?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

erhhh what size

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

就是处理的问题的大小?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗯...那么哪里需要改呢

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这句话 qs 不太好写

docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Show resolved Hide resolved
@CamberLoid
Copy link
Collaborator Author

98f0190
@ksyx

docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved

### 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

就是处理的问题的大小?

docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
docs/basic/divide-and-conquer.md Outdated Show resolved Hide resolved
CamberLoid and others added 2 commits August 10, 2021 07:15
Co-authored-by: ksyx <18738953+ksyx@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

3 participants