Skip to content

Commit

Permalink
Time: 35 ms (61.58%), Space: 16.6 MB (40.89%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakeer-official committed Jul 11, 2024
1 parent b3e54c9 commit f9dc711
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def reverseParentheses(self, s: str) -> str:
x.extend(sort)
else:
x.append(i)

x = "".join(x)
return x

0 comments on commit f9dc711

Please sign in to comment.