Skip to content

Commit 8373cdd

Browse files
committed
Runtime: 0 ms (Top 100.00%) | Memory: 6.3 MB (Top 56.85%)
1 parent 8885245 commit 8373cdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/M/Maximum Nesting Depth of the Parentheses/Maximum Nesting Depth of the Parentheses.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 0 ms (Top 100.00%) | Memory: 6.3 MB (Top 56.85%)
12
class Solution {
23
public:
34
int maxDepth(string s) {
@@ -11,4 +12,4 @@ class Solution {
1112
}
1213
return maxi;
1314
}
14-
};
15+
};

0 commit comments

Comments
 (0)