diff options
author | William Carroll <wpcarro@gmail.com> | 2020-12-18T09·38+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-12-18T09·38+0000 |
commit | 88a22aba3d0dc830e9c4d67533819ee406df57d0 (patch) | |
tree | 875d5e00fd4d01eea67b2e108013e29ca99d49d1 /scratch/facebook | |
parent | 262a0b45fb3bea0a55c2ef5409204030d5b0a7f6 (diff) |
Update LC String questions
Looks like I have a few string questions to solve before closing that chapter.
Diffstat (limited to 'scratch/facebook')
-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/ |