提交 95ea9255 编写于 作者: L lucifer

fix: typo

上级 3a0c9c7d
......@@ -147,7 +147,7 @@ class Solution:
return ans
```
**_复杂度分析_**
**复杂度分析**
- 时间复杂度:由于左右指针移动的次数加起来正好是 n, 因此时间复杂度为 $O(N)$。
- 空间复杂度:$O(1)$。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册