mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 16:54:50 +08:00
Update 0035.搜索插入位置.md
195行把空间复杂度写成时间复杂度了
This commit is contained in:
@ -191,8 +191,8 @@ public:
|
||||
};
|
||||
```
|
||||
|
||||
* 时间复杂度:$O(\log n)$
|
||||
* 时间复杂度:$O(1)$
|
||||
* 时间复杂度:O(log n)
|
||||
* 空间复杂度:O(1)
|
||||
|
||||
## 总结
|
||||
|
||||
|
Reference in New Issue
Block a user