Files
hello-algo/en/docs/chapter_divide_and_conquer/index.md
T
krahets 3c9d5689c4 build
2025-12-31 19:37:45 +08:00

736 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 simplicity, and nothing remains complex.

Chapter contents