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.

19 lines
194 B

# 二分查找
* **介绍**
* 关键字
* 开始为左,截止为右.
* **候选区**(左<)
* 左>右,不存在后选取区
* **原理**
* **代码**
```java
```
```go
```