Skip to content

Commit 97dfab3

Browse files
author
jinbeom
committed
Fix Container With Most Water Solution
1 parent 1733a81 commit 97dfab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid-parentheses/kayden.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 시간복잡도: O(N)
2-
# 공간복잡도: O(N)
2+
# 공간복잡도: O(1)
33
class Solution:
44
def isValid(self, s: str) -> bool:
55
if len(s) % 2 != 0:

0 commit comments

Comments
 (0)