Files
hello-algo/en/docs/chapter_divide_and_conquer/index.md
T
krahets 9d21ca86b0 build
2026-04-03 18:46:15 +08:00

735 B

comments, icon
comments icon
true material/set-split

Chapter 12.   Divide and Conquer

Divide and conquer{ class="cover-image" }

!!! abstract

Difficult problems are decomposed layer by layer, with each decomposition making them simpler.

Divide and conquer reveals an important truth: start with what is simple, and nothing remains complex.

Chapter contents