mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 03:30:30 +08: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, each decomposition making them simpler.
Divide and conquer reveals an important truth: start with simplicity, and nothing is complex anymore.
