We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb7170 commit 4a4b3a5Copy full SHA for 4a4b3a5
20. Valid Parentheses/README.md
@@ -1,9 +1,7 @@
1
-# Valid Parentheses
+# [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/)
2
3
## Description
4
5
Given a string containing just the characters `(`, `)`, `{`, `}`, `[` and `]`, determine if the input string is valid.
6
7
The brackets must close in the correct order, `()` and `()[]{}` are all valid but `(]` and `([)]` are not.
8
-
9
-[Source](https://leetcode.com/problems/valid-parentheses/description/)
0 commit comments