mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-09 22:16:06 +00:00
b01036b09e
* Update giscus scroller. * Refine English docs and landing page * Sync the headings. * Update landing pages. * Update the avatar * Update Acknowledgements * Update landing pages. * Update contributors. * Update * Fix the formula formatting. * Fix the glossary. * Chapter 6. Hashing * Remove Chinese chars. * Fix headings. * Update giscus themes. * fallback to default giscus theme to solve 429 many requests error. * Add borders for callouts. * docs: sync character encoding translations * Update landing page media layout and i18n
10 lines
315 B
Markdown
10 lines
315 B
Markdown
# 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.
|