Files
hello-algo/en/docs/chapter_divide_and_conquer/index.md
T
Yudong Jin 45e1295241 Revisit the English version (#1835)
* Review the English version using Claude-4.5.

* Update mkdocs.yml

* Align the section titles.

* Bug fixes
2025-12-30 17:54:01 +08:00

10 lines
311 B
Markdown

# Divide and conquer
![Divide and conquer](../assets/covers/chapter_divide_and_conquer.jpg)
!!! abstract
Difficult problems are decomposed layer by layer, with each decomposition making them simpler.
Divide and conquer reveals an important truth: start with simplicity, and nothing remains complex.