Back to Hello Algo

Divide and Conquer

en/docs/chapter_divide_and_conquer/index.md

1.3.0310 B
Original Source

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.