Skip to content

Commit 558f04f

Browse files
committed
updare 二分模板
1 parent 34a5b91 commit 558f04f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

算法/十分好用的二分查找模板.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,10 @@ if(排除中位数的语句){
156156
<a href="https://github.com/wuqinqiang/">
157157
​ <img src="https://github.com/wuqinqiang/Lettcode-php/blob/master/images/74.png">
158158
</a>
159+
159160
**这道题稍微加了一点游戏难度,当然我可没说用暴力破解法,也不说解题思路了,直接贴按照上面说的模板解题代码**
160-
```
161+
162+
```php
161163
/**
162164
* @param Integer[][] $matrix
163165
* @param Integer $target
@@ -185,4 +187,5 @@ if(排除中位数的语句){
185187
}
186188

187189
```
190+
188191
**最后附上这个二分查找思路的地址值得一看:**[十分好用的二分查找模板](https://leetcode-cn.com/problems/search-insert-position/solution/te-bie-hao-yong-de-er-fen-cha-fa-fa-mo-ban-python-/)

0 commit comments

Comments
 (0)