Files
hello-algo/en/docs/chapter_divide_and_conquer/index.md
krahets e81bc45c43 build
2025-03-14 17:51:03 +08:00

732 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 unveils a profound truth: begin with simplicity, and complexity dissolves.

Chapter contents