Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b8f7262

Browse files
Update 1614.py
small change
1 parent f729634 commit b8f7262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

1501-2000/1614.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ def maxDepth(self, s: str) -> int:
88
ans = max(ans,len(stack))
99
elif c==")":
1010
stack.pop()
11+
1112
return ans

0 commit comments

Comments
 (0)