mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-13 15:56:05 +00:00
45e1295241
* Review the English version using Claude-4.5. * Update mkdocs.yml * Align the section titles. * Bug fixes
10 lines
311 B
Markdown
10 lines
311 B
Markdown
# Divide and conquer
|
|
|
|

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