You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
138
138
| 151 |[Reverse Words in a String](https://leetcode.com/problems/reverse-words-in-a-string/)|[Java](./Java/reverse-words-in-a-string.java)|_O(1)_|_O(n)_| Medium |||
139
139
| 520 |[Detect Capital Use](https://leetcode.com/problems/detect-capital/)|[Java](./Java/detect-capital-use.java)|_O(n)_|_O(1)_| Easy |||
140
140
| 1221 |[Split a String in Balanced Strings](https://leetcode.com/problems/split-a-string-in-balanced-strings/)|[Python](./Python/split-a-string-in-balanced-strings.py)|_O(n)_|_O(1)_| Easy |||
141
+
| 1614 |[Maximum Nesting Depth of the Parentheses](https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses/)|[Java](./Java/max-nesting-depth-parentheses.java)|_O(n)_|_O(1)_| Easy |||
0 commit comments