Skip to content

Commit 3a05ad6

Browse files
committed
README Housekeeping
1 parent 09705d9 commit 3a05ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
- [x] [Binary Tree Maximum Path Sum](https://leetcode.com/problems/binary-tree-maximum-path-sum/) - [Solution](src/binary_tree_maximum_path_sum.rs)
298298
- [x] [Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/) - [Solution](src/binary_tree_level_order_traversal.rs)
299299
- [x] [Serialize and Deserialize Binary Tree](https://leetcode.com/problems/serialize-and-deserialize-binary-tree/) - [Solution](src/serialize_and_deserialize_binary_tree.rs)
300-
- [ ] [Subtree of Another Tree](https://leetcode.com/problems/subtree-of-another-tree/)
300+
- [x] [Subtree of Another Tree](https://leetcode.com/problems/subtree-of-another-tree/) - [Solution](src/subtree_of_another_tree.rs)
301301
- [x] [Construct Binary Tree from Preorder and Inorder Traversal](https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/) - [Solution](src/construct_binary_tree_from_preorder_and_inorder_traversal.rs)
302302
- [x] [Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/) - [Solution](src/validate_binary_search_tree.rs)
303303
- [x] [Kth Smallest Element in BST](https://leetcode.com/problems/kth-smallest-element-in-a-bst/) - [Solution](src/kth_smallest_element_in_a_bst.rs)

0 commit comments

Comments
 (0)