You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
309 B
10 lines
309 B
7 months ago
|
# Divide and conquer
|
||
|
|
||
|
![Divide and Conquer](../assets/covers/chapter_divide_and_conquer.jpg)
|
||
|
|
||
|
!!! 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.
|