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 27f07b2 commit 4938349Copy full SHA for 4938349
valid-parentheses/i-mprovising.py
@@ -20,5 +20,3 @@ def isValid(self, s: str) -> bool:
20
if stack:
21
return False
22
return True
23
-
24
0 commit comments