Skip to content

Commit a27e0a1

Browse files
author
lucifer
committed
fix: typo
1 parent a8f5213 commit a27e0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/11.container-with-most-water.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class Solution:
147147
return ans
148148
```
149149

150-
**_复杂度分析_**
150+
**复杂度分析**
151151

152152
- 时间复杂度:由于左右指针移动的次数加起来正好是 n, 因此时间复杂度为 $O(N)$。
153153
- 空间复杂度:$O(1)$。

0 commit comments

Comments
 (0)