Skip to content

Commit 8ed7e2e

Browse files
committed
fix comment for two-pointer
1 parent 6a3ef60 commit 8ed7e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-with-most-water/eunhwa99.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// two pointer
22

3-
// 시간 복잡도: O(nlogn) - 투 포인터
3+
// 시간 복잡도: O(n) - 투 포인터
44
// 공간 복잡도: O(n) - height 배열 크기
55

66
class Solution {

0 commit comments

Comments
 (0)