mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-06 20:54:19 +00:00
95bd58b0d0
Chapter 12 of "divide and conquer
10 lines
306 B
Markdown
10 lines
306 B
Markdown
# Divide and conquer
|
|
|
|

|
|
|
|
!!! 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.
|