diff options
Diffstat (limited to 'scratch/facebook/leetcode.org')
-rw-r--r-- | scratch/facebook/leetcode.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scratch/facebook/leetcode.org b/scratch/facebook/leetcode.org index 9d3048627c42..a8938bc85aef 100644 --- a/scratch/facebook/leetcode.org +++ b/scratch/facebook/leetcode.org @@ -62,8 +62,8 @@ ** TODO Minimum Window Substring - https://leetcode.com/problems/minimum-window-substring/ ** TODO Valid Anagram - https://leetcode.com/problems/valid-anagram/ ** TODO Group Anagrams - https://leetcode.com/problems/group-anagrams/ -** TODO Valid Parentheses - https://leetcode.com/problems/valid-parentheses/ -** TODO Valid Palindrome - https://leetcode.com/problems/valid-palindrome/ +** DONE Valid Parentheses - https://leetcode.com/problems/valid-parentheses/ +** DONE Valid Palindrome - https://leetcode.com/problems/valid-palindrome/ ** TODO Longest Palindromic Substring - https://leetcode.com/problems/longest-palindromic-substring/ ** TODO Palindromic Substrings - https://leetcode.com/problems/palindromic-substrings/ ** TODO Encode and Decode Strings (Leetcode Premium) - https://leetcode.com/problems/encode-and-decode-strings/ |