mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-11 03:10:58 +00:00
build
This commit is contained in:
@@ -23,7 +23,7 @@ status: new
|
||||
|
||||
分治能够提升搜索效率,本质上是因为暴力搜索每轮只能排除一个选项,**而分治搜索每轮可以排除一半选项**。
|
||||
|
||||
### 基于分治实现二分
|
||||
### 1. 基于分治实现二分
|
||||
|
||||
在之前的章节中,二分查找是基于递推(迭代)实现的。现在我们基于分治(递归)来实现它。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user