This website requires JavaScript.
Explore
Help
Sign In
fuhouyin
/
hello-algo
Watch
1
Star
0
Fork
0
You've already forked hello-algo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
hello-algo
/
docs
/
zh
/
chapter_divide_and_conquer
/
index.md
krahets
6f7e768cb7
Move docs/* to docs/zh/*
2023-10-08 01:33:09 +08:00
318 B
Raw
Blame
History
分治
{ width="600" }
!!! abstract
难题被逐层拆解,每一次的拆解都使它变得更为简单。 分而治之揭示了一个重要的事实:从简单做起,一切都不再复杂。