We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f423e88 commit ebd1384Copy full SHA for ebd1384
valid-parentheses/daiyongg-kim.py
@@ -19,4 +19,4 @@ def isValid(self, s: str) -> bool:
19
if not stack:
20
return True
21
else:
22
- return False
+ return False
0 commit comments