Skip to content

Commit b3dc3e9

Browse files
committed
Runtime: 0 ms (Top 100.0%) | Memory: 41.30 MB (Top 25.38%)
1 parent 7ea1240 commit b3dc3e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/algorithms/S/Score of Parentheses/Score of Parentheses.java

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Runtime: 0 ms (Top 100.0%) | Memory: 41.30 MB (Top 25.38%)
2+
13
class Solution {
24
public int scoreOfParentheses(String s) {
35
Stack<Integer> st = new Stack<>();

0 commit comments

Comments
 (0)