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-22T18·21+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-12-22T18·22+0000
commitc389b46ecfde16f0f197ca8946b336dbf946453c (patch)
tree58e06a0958e59f1934df9e39a3f876ed79506698 /scratch/facebook/leetcode.org
parent23b5dd754e15860ed161ee1deb76a831c662873b (diff)
Solve additional Tree problems
Only three more to go!
Diffstat (limited to 'scratch/facebook/leetcode.org')
-rw-r--r--scratch/facebook/leetcode.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/scratch/facebook/leetcode.org b/scratch/facebook/leetcode.org
index 5331a6fc1e8d..0328d0b7647e 100644
--- a/scratch/facebook/leetcode.org
+++ b/scratch/facebook/leetcode.org
@@ -132,13 +132,13 @@
    https://leetcode.com/problems/same-tree/
 ** DONE Invert/Flip Binary Tree
    https://leetcode.com/problems/invert-binary-tree/
-** TODO Binary Tree Maximum Path Sum
+** DONE Binary Tree Maximum Path Sum
    https://leetcode.com/problems/binary-tree-maximum-path-sum/
-** TODO Binary Tree Level Order Traversal
+** DONE Binary Tree Level Order Traversal
    https://leetcode.com/problems/binary-tree-level-order-traversal/
 ** DONE Serialize and Deserialize Binary Tree
    https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
-** TODO Subtree of Another Tree
+** DONE Subtree of Another Tree
    https://leetcode.com/problems/subtree-of-another-tree/
 ** TODO Construct Binary Tree from Preorder and Inorder Traversal
    https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
@@ -152,7 +152,7 @@
    https://leetcode.com/problems/implement-trie-prefix-tree/
 ** DONE Add and Search Word
    https://leetcode.com/problems/add-and-search-word-data-structure-design/
-** TODO Word Search II
+** DONE Word Search II
    https://leetcode.com/problems/word-search-ii/
 * Heap
 ** DONE Merge K Sorted Lists