Merge pull request #1480 from CHERISH86/master

修正【0035.搜索插入位置】错别字
This commit is contained in:
程序员Carl
2022-07-27 09:07:26 +08:00
committed by GitHub

View File

@ -142,7 +142,7 @@ public:
``` ```
* 时间复杂度O(log n) * 时间复杂度O(log n)
* 间复杂度O(1) * 间复杂度O(1)
效率如下: 效率如下:
![35_搜索插入位置2](https://img-blog.csdnimg.cn/2020121623272877.png) ![35_搜索插入位置2](https://img-blog.csdnimg.cn/2020121623272877.png)