Skip to content

Commit

Permalink
修正0035.搜索插入位置错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
CHERISH86 committed Jun 16, 2022
1 parent 919da74 commit cff9cf3
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 cff9cf3

Please sign in to comment.