hello-algo/en/docs/chapter_divide_and_conquer/index.md
2024-05-01 06:47:36 +08:00

735 B

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, each decomposition making them simpler.

Divide and conquer reveals an important truth: start with simplicity, and nothing is complex anymore.

Chapter contents