Skip to content

Commit 5686cc4

Browse files
committed
Add 0020-valid-parentheses to topics.
1 parent 28237aa commit 5686cc4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
## String
4646
| Problem Name | Difficulty |
4747
| ------- | ------- |
48+
| [0020-valid-parentheses](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0020-valid-parentheses/) | Easy |
4849
| [0049-group-anagrams](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Medium/0049-group-anagrams/) | Medium |
4950
| [0125-valid-palindrome](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0125-valid-palindrome/) | Easy |
5051
| [0242-valid-anagram](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0242-valid-anagram/) | Easy |
@@ -69,4 +70,12 @@
6970
| ------- | ------- |
7071
| [0049-group-anagrams](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Medium/0049-group-anagrams/) | Medium |
7172
| [0242-valid-anagram](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0242-valid-anagram/) | Easy |
73+
## Stack
74+
| Problem Name | Difficulty |
75+
| ------- | ------- |
76+
| [0020-valid-parentheses](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0020-valid-parentheses/) | Easy |
77+
## Bracket Sequences
78+
| Problem Name | Difficulty |
79+
| ------- | ------- |
80+
| [0020-valid-parentheses](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0020-valid-parentheses/) | Easy |
7281
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)