about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 fad137f270..00cdcd6196 100644
--- a/scratch/facebook/leetcode.org
+++ b/scratch/facebook/leetcode.org
@@ -140,11 +140,11 @@
    https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
 ** DONE Subtree of Another Tree
    https://leetcode.com/problems/subtree-of-another-tree/
-** TODO Construct Binary Tree from Preorder and Inorder Traversal
+** DONE Construct Binary Tree from Preorder and Inorder Traversal
    https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
-** TODO Validate Binary Search Tree
+** DONE Validate Binary Search Tree
    https://leetcode.com/problems/validate-binary-search-tree/
-** TODO Kth Smallest Element in a BST
+** DONE Kth Smallest Element in a BST
    https://leetcode.com/problems/kth-smallest-element-in-a-bst/
 ** DONE Lowest Common Ancestor of BST
    https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/