Skip to content

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

Open
CamberLoid wants to merge 19 commits into
OI-wiki:masterfrom
CamberLoid:basic_divide-and-conquer
Open

translate: basic/divide-and-conquer.md#122
CamberLoid wants to merge 19 commits into
OI-wiki:masterfrom
CamberLoid:basic_divide-and-conquer

Conversation

@CamberLoid

Copy link
Copy Markdown
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
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
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>
Comment thread docs/basic/divide-and-conquer.md Outdated

### 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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

Choose a reason for hiding this comment

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

就是处理的问题的大小?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

这句话 qs 不太好写

Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md
@CamberLoid

Copy link
Copy Markdown
Collaborator Author

98f0190
@ksyx

Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated

### 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
Copy Markdown
Member

Choose a reason for hiding this comment

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

就是处理的问题的大小?

Comment thread docs/basic/divide-and-conquer.md Outdated
Comment thread docs/basic/divide-and-conquer.md Outdated
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