mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-23 03:46:05 +00:00
translation: Add the initial translation of chapter "divide and conquer" (#1322)
* Add the initial translation of chapter "divide and conquer" * Update index.md * Update summary.md * Update index.md * Update summary.md
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user