Skip to content

Commit

Permalink
Merge pull request youngyangyang04#1480 from CHERISH86/master
Browse files Browse the repository at this point in the history
修正【0035.搜索插入位置】错别字
  • Loading branch information
youngyangyang04 authored Jul 27, 2022
2 parents 95e9296 + cff9cf3 commit 52bcdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/0035.搜索插入位置.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public:
```

* 时间复杂度:O(log n)
* 时间复杂度:O(1)
* 空间复杂度:O(1)

效率如下:
![35_搜索插入位置2](https://img-blog.csdnimg.cn/2020121623272877.png)
Expand Down

0 comments on commit 52bcdf2

Please sign in to comment.