We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a5b91 commit 558f04fCopy full SHA for 558f04f
算法/十分好用的二分查找模板.md
@@ -156,8 +156,10 @@ if(排除中位数的语句){
156
<a href="https://github.com/wuqinqiang/">
157
<img src="https://github.com/wuqinqiang/Lettcode-php/blob/master/images/74.png">
158
</a>
159
+
160
**这道题稍微加了一点游戏难度,当然我可没说用暴力破解法,也不说解题思路了,直接贴按照上面说的模板解题代码**
-```
161
162
+```php
163
/**
164
* @param Integer[][] $matrix
165
* @param Integer $target
@@ -185,4 +187,5 @@ if(排除中位数的语句){
185
187
}
186
188
189
```
190
191
**最后附上这个二分查找思路的地址值得一看:**[十分好用的二分查找模板](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