Skip to content

Commit 63fb64d

Browse files
committed
Add 20. Valid Parentheses solution to readme
1 parent 381fe2f commit 63fb64d

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
@@ -6,6 +6,7 @@
66
|**3**| **[Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/)** | **[C#](https://github.com/Rion5/LeetCodeSolutions/blob/master/LeetCode/LongestSubstringWithoutRepeatingCharacters.cs)** | **Medium** | **8%** |
77
|**7**| **[Reverse Integer](https://leetcode.com/problems/reverse-integer/)** | **[C#](https://github.com/Rion5/LeetCodeSolutions/blob/master/LeetCode/ReverseInteger.cs)** | **Easy** | **98%** |
88
|**9**| **[Palindrome Number](https://leetcode.com/problems/palindrome-number/)** | **[C#](https://github.com/Rion5/LeetCodeSolutions/blob/master/LeetCode/PalindromeNumber.cs)** | **Easy** | **22%** |
9+
|**20**| **[Valid Parentheses](https://leetcode.com/problems/valid-parentheses/)** | **[C#](https://github.com/Rion5/LeetCodeSolutions/blob/master/LeetCode/ValidParentheses.cs)** | **Easy** | **27%** |
910
|**26**| **[Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)** | **[C#](https://github.com/Rion5/LeetCodeSolutions/blob/master/LeetCode/RemoveDuplicatesFromSortedArray.cs)** | **Easy** | **49%** |
1011
|**35**| **[Search Insert Position](https://leetcode.com/problems/search-insert-position/)** | **[C#](https://github.com/Rion5/LeetCodeSolutions/blob/master/LeetCode/SearchInsertPosition.cs)** | **Easy** | **99%**|
1112
|**58**| **[Length of Last Word](https://leetcode.com/problems/length-of-last-word/)** | **[C#](https://github.com/Rion5/LeetCodeSolutions/blob/master/LeetCode/LengthOfLastWord.cs)** | **Easy** | **59%**|

0 commit comments

Comments
 (0)