hello-algo/en/docs/chapter_divide_and_conquer/index.md
Yudong Jin 3bd416600e
translation: Add the initial translation of chapter "divide and conquer" (#1322)
* Add the initial translation of chapter "divide and conquer"

* Update index.md

* Update summary.md

* Update index.md

* Update summary.md
2024-05-01 05:56:54 +08:00

309 B

Divide and conquer

Divide and Conquer

!!! 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.