Revisit the English version (#1835)

* Review the English version using Claude-4.5.

* Update mkdocs.yml

* Align the section titles.

* Bug fixes
This commit is contained in:
Yudong Jin
2025-12-30 17:54:01 +08:00
committed by GitHub
parent 091afd38b4
commit 45e1295241
106 changed files with 4195 additions and 3398 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# Divide and conquer
![Divide and Conquer](../assets/covers/chapter_divide_and_conquer.jpg)
![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 unveils a profound truth: begin with simplicity, and complexity dissolves.
Divide and conquer reveals an important truth: start with simplicity, and nothing remains complex.