mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 11:16:28 +08:00
3bd416600e
* Add the initial translation of chapter "divide and conquer" * Update index.md * Update summary.md * Update index.md * Update summary.md
9 lines
309 B
Markdown
9 lines
309 B
Markdown
# Divide and conquer
|
|
|
|
![Divide and Conquer](../assets/covers/chapter_divide_and_conquer.jpg)
|
|
|
|
!!! abstract
|
|
|
|
Difficult problems are decomposed layer by layer, each decomposition making them simpler.
|
|
|
|
Divide and conquer reveals an important truth: start with simplicity, and nothing is complex anymore.
|