Skip to content

Commit 96f893c

Browse files
committed
updated
1 parent 6b67887 commit 96f893c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
| 17 | [ Move Zeroes](https://leetcode.com/problems/move-zeroes/description/) | [Solution](easy/move-zeroes/Solution.java) | Array |
3434
| 18 | [ Roman to Integer](https://leetcode.com/problems/roman-to-integer/description/) | [Solution](easy/roman-to-integer/Solution.java) | String |
3535
| 19 | [Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix/description/?envType=problem-list-v2&envId=string) | [Solution](easy/longest-common-prefix/Solution.java) | String |
36+
| 20 | [Valid Parenthesis](https://leetcode.com/problems/valid-parentheses/?envType=problem-list-v2&envId=string) | [Solution](easy/valid-parentheses/Solution.java) | String , Stack |
3637

3738
[Back to TOC](#table-of-contents)
3839

0 commit comments

Comments
 (0)