about summary refs log tree commit diff
path: root/scratch/facebook/leetcode.org
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-12-18T09·38+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-12-18T09·38+0000
commit88a22aba3d0dc830e9c4d67533819ee406df57d0 (patch)
tree875d5e00fd4d01eea67b2e108013e29ca99d49d1 /scratch/facebook/leetcode.org
parent262a0b45fb3bea0a55c2ef5409204030d5b0a7f6 (diff)
Update LC String questions
Looks like I have a few string questions to solve before closing that chapter.
Diffstat (limited to 'scratch/facebook/leetcode.org')
-rw-r--r--scratch/facebook/leetcode.org4
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/