Merge pull request #2067 from Mrzhugq/master

修改 0035.搜索插入位置.md 错别字
This commit is contained in:
程序员Carl
2023-05-23 10:46:32 +08:00
committed by GitHub

View File

@ -191,8 +191,8 @@ public:
};
```
* 时间复杂度:$O(\log n)$
* 间复杂度:$O(1)$
* 时间复杂度O(log n)
* 间复杂度O(1)
## 总结