mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-02 02:24:24 +00:00
735 B
735 B
comments, icon
| comments | icon |
|---|---|
| true | material/set-split |
Chapter 12. 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 what is simple, and nothing remains complex.
