Skip to content

Commit cb6d60b

Browse files
committed
Updated readme
1 parent 470326e commit cb6d60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeetCode/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
- [x] [Create Tree from inorder and preorder traversal](https://github.com/kalpak92/DataStructures_Algorithms/tree/master/LeetCode/105.%20Construct%20Binary%20Tree%20from%20Preorder%20and%20Inorder%20Traversal)
5454
- [x] [Lowest Common Ancestor of a Binary Tree](https://github.com/kalpak92/DataStructures_Algorithms/tree/master/LeetCode/236.%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree)
5555
- [x] [Binary Tree Zigzag Level order traversal](https://github.com/kalpak92/DataStructures_Algorithms/tree/master/LeetCode/103.%20Binary%20Tree%20Zigzag%20Level%20Order%20Traversal)
56-
- [x] [Subtree of another tree]
56+
- [x] [Subtree of another tree](https://github.com/kalpak92/DataStructures_Algorithms/tree/master/LeetCode/572.%20Subtree%20of%20Another%20Tree)
5757
## Strings
5858
- [x] [Longest Palindrome](https://github.com/kalpak92/DataStructures_Algorithms/tree/master/LeetCode/409.%20Longest%20Palindrome)
5959
- [x] [Palindrome Permutation](https://github.com/kalpak92/DataStructures_Algorithms/tree/master/LeetCode/266.%20Palindrome%20Permutation)

0 commit comments

Comments
 (0)