|
1 | 1 |
|
2 | 2 | 
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | +<palign="center"> |
| 7 | + <ahref="https://github.com/youngyangyang04/leetcode-master"><imgsrc="https://img.shields.io/badge/Github-leetcode--master-lightgrey"alt=""></a> |
| 8 | + <ahref="https://img-blog.csdnimg.cn/20201115103410182.png"><imgsrc="https://img.shields.io/badge/刷题-微信群-green"alt=""></a> |
| 9 | + <ahref="https://img-blog.csdnimg.cn/20201210231711160.png"><imgsrc="https://img.shields.io/badge/公众号-代码随想录-brightgreen"alt=""></a> |
| 10 | + <ahref="https://space.bilibili.com/525438321"><imgsrc="https://img.shields.io/badge/B站-代码随想录-orange"alt=""></a> |
| 11 | + <ahref="https://www.zhihu.com/people/sun-xiu-yang-64"><imgsrc="https://img.shields.io/badge/知乎-代码随想录-blue"alt=""></a> |
| 12 | + <ahref="https://www.toutiao.com/c/user/60356270818/#mid=1633692776932365"><imgsrc="https://img.shields.io/badge/头条-代码随想录-red"alt=""></a> |
| 13 | +</p> |
| 14 | + |
4 | 15 | >二分查找法是数组里的常用方法,彻底掌握它是十分必要的。
|
5 | 16 |
|
6 | 17 | #编号35:搜索插入位置
|
@@ -190,6 +201,10 @@ public:
|
190 | 201 |
|
191 | 202 | 然后在**二分查找的循环中,坚持循环不变量的原则**,很多细节问题,自然会知道如何处理了。
|
192 | 203 |
|
| 204 | +**循序渐进学算法,认准「代码随想录」,Carl手把手带你过关斩将!** |
193 | 205 |
|
194 |
| ->更过算法干货文章持续更新,可以微信搜索「代码随想录」第一时间围观,关注后,回复「Java」「C++」 「python」「简历模板」「数据结构与算法」等等,就可以获得我多年整理的学习资料。 |
| 206 | +>**我是[程序员Carl](https://github.com/youngyangyang04),可以找我[组队刷题](https://img-blog.csdnimg.cn/20201115103410182.png),也可以在[B站上找到我](https://space.bilibili.com/525438321),本文[leetcode刷题攻略](https://github.com/youngyangyang04/leetcode-master)已收录,更多[精彩算法文章](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzUxNjY5NTYxNA==&action=getalbum&album_id=1485825793120387074&scene=173#wechat_redirect)尽在公众号:[代码随想录](https://img-blog.csdnimg.cn/20201124161234338.png),关注后就会发现和「代码随想录」相见恨晚!** |
195 | 207 |
|
| 208 | +<palign='center'> |
| 209 | +<imgsrc="../pictures/qrcode.jpg"width=200 > |
| 210 | +</p> |