Skip to content

Commit 4a4b3a5

Browse files
authored
Link heading of README to Leetcode page
1 parent 3fb7170 commit 4a4b3a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

20. Valid Parentheses/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Valid Parentheses
1+
# [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/)
22

33
## Description
44

55
Given a string containing just the characters `(`, `)`, `{`, `}`, `[` and `]`, determine if the input string is valid.
66

77
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

Comments
 (0)