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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
203
203
| 394 |[Decode String](https://leetcode.com/problems/decode-string/)|[C++](./C++/decode-string.cpp)|_O(n)_|_O(1)_| Medium | Stack ||
204
204
| 921 |[Minimum Add to Make Parentheses Valid](https://leetcode.com/problems/minimum-add-to-make-parentheses-valid/)|[C++](./C++/minimum-add-to-make-parentheses-valid.cpp)|_O(n)_|_O(1)_| Medium | Stack ||
205
205
| 32 |[Longest Valid Parentheses](https://leetcode.com/problems/longest-valid-parentheses/)|[Python](.Python/longest-valid-parentheses.py)|_O(n)_|_O(n)_| Hard | Stack ||
206
+
| 1249 |[Minimum Remove to Make Valid Parentheses](https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/)|[C++](./C++/minimum-remove-to-make-valid-parentheses.cpp)|_O(n)_|_O(n)_| Medium | Stack ||
0 commit comments