about summary refs log tree commit diff
path: root/scratch
diff options
context:
space:
mode:
Diffstat (limited to 'scratch')
-rw-r--r--scratch/facebook/leetcode.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/scratch/facebook/leetcode.org b/scratch/facebook/leetcode.org
index 677abea1879a..5331a6fc1e8d 100644
--- a/scratch/facebook/leetcode.org
+++ b/scratch/facebook/leetcode.org
@@ -96,13 +96,13 @@
 ** DONE Reorder List
    https://leetcode.com/problems/reorder-list/
 * Matrix
-** TODO Set Matrix Zeroes
+** DONE Set Matrix Zeroes
    https://leetcode.com/problems/set-matrix-zeroes/
-** TODO Spiral Matrix
+** DONE Spiral Matrix
    https://leetcode.com/problems/spiral-matrix/
 ** TODO Rotate Image
    https://leetcode.com/problems/rotate-image/
-** TODO Word Search
+** DONE Word Search
    https://leetcode.com/problems/word-search/
 * String
 ** TODO Longest Substring Without Repeating Characters