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.
hello-algo/docs/chapter_divide_and_conquer/index.md

14 lines
303 B

# 分治
<div class="center-table" markdown>
![分治](../assets/covers/chapter_divide_and_conquer.jpg)
</div>
!!! abstract
难题被逐层拆解,每一次的拆解都使它变得更为简单。
分而治之揭示了一个重要的事实:从简单做起,一切都不再复杂。