You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|10|[105. Construct Binary Tree from Preorder and Inorder Traversal](https://tinyurl.com/y4s62xbu)|[Python](https://tinyurl.com/wu6rdaw/105_Construct_Binary_Tree_from_Preorder_and_Inorder_Traversal.py)|[Art 1](https://tinyurl.com/y3megvpm), [Art 2](https://tinyurl.com/tazaoyz), [Vid 1](https://tinyurl.com/qoqdsqv)| Medium | DFS, Very Important |
385
385
|11|[106. Construct Binary Tree from Inorder and Postorder Traversal](https://tinyurl.com/yx78og6g)|[Python](https://tinyurl.com/wu6rdaw/106_Construct_Binary_Tree_from_Inorder_and_Postorder_Traversal.py)|[Art 1](https://tinyurl.com/vlntqrp)| Medium | DFS, Very Important |
386
-
|12|**[889. Construct Binary Tree from Preorder and Postorder Traversal](https://tinyurl.com/y578ty5u)**|[Python](https://tinyurl.com/wu6rdaw/889_Construct_Binary_Tree_from_Preorder_and_Postorder_Traversal.py)|[Vid 1](https://tinyurl.com/r6d4ym5), [Vid 2](https://tinyurl.com/r6d4ym5), **[Art 1](https://tinyurl.com/tflqhp9)**, [Art 2](https://tinyurl.com/wkq7qyu)| Medium | 📌 **TODO: Check again. Important**|
386
+
|12|**[889. Construct Binary Tree from Preorder and Postorder Traversal](https://tinyurl.com/y578ty5u)**|[Python](https://tinyurl.com/wu6rdaw/889_Construct_Binary_Tree_from_Preorder_and_Postorder_Traversal.py)|[Vid 1](https://tinyurl.com/r6d4ym5), **[Art 1](https://tinyurl.com/tflqhp9)**, [Art 2](https://tinyurl.com/wkq7qyu)| Medium | 📌 **TODO: Check again. Important**|
387
387
|13|**[124. Binary Tree Maximum Path Sum](https://tinyurl.com/yycvxmmy)**|[Python](https://tinyurl.com/wu6rdaw/124_Binary_Tree_Maximum_Path_Sum.py)|[Art 1](https://tinyurl.com/uocr9np), [Art 2](https://tinyurl.com/s23sqhe), [Vid 1](https://tinyurl.com/wwe95qx), [AlgoExpert](https://tinyurl.com/vofbonm)| Very Hard |**Very important and tricky**|
388
388
|14|**[979. Distribute Coins in Binary Tree](https://leetcode.com/problems/distribute-coins-in-binary-tree/)**|[Python](https://tinyurl.com/wu6rdaw/979_Distribute_Coins_in_Binary_Tree.py)|[Art 1](https://tinyurl.com/rugoa38), [Art 2](https://tinyurl.com/whkdbl4), [Art 3](https://tinyurl.com/s62fws7)| Medium |**Very important. Postorder DFS**|
389
389
|15|[116. Populating Next Right Pointers in Each Node](https://leetcode.com/problems/populating-next-right-pointers-in-each-node/)|[Python](https://tinyurl.com/wu6rdaw/116_Populating_Next_Right_Pointers_in_Each_Node.py)|[Art 1](https://tinyurl.com/t6p8kjb), [Art 2](https://tinyurl.com/ujzrhkj), **[Art 3](https://tinyurl.com/unrow77)**| Medium | BFS/DFS, Level order traversal |
@@ -428,6 +428,7 @@ Check this [golden](https://tinyurl.com/ujopecz) post.
428
428
|10|[109. Convert Sorted List to Binary Search Tree](https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/)|[Python](https://tinyurl.com/wu6rdaw/109_Convert_Sorted_List_to_Binary_Search_Tree.py)| --- | Medium | Classic problem. Very important |
429
429
|11|**[729. My Calendar I](https://tinyurl.com/r3ew2lb)**|[Python](https://tinyurl.com/wu6rdaw/729_My_Calendar_I.py), [Swift](https://tinyurl.com/wuja3c4/729_My_Calendar_I.swift)|[Art 1](https://tinyurl.com/tbd2z7u), [Art 2](https://tinyurl.com/t35fp3e)| Medium | Use self balancing BST for O(nlogn) solution. **Very important**|
430
430
|12|**[449. Serialize and Deserialize BST](https://tinyurl.com/rx9rn3l)**|[Python](https://tinyurl.com/wu6rdaw/449_Serialize_and_Deserialize_BST.py), [Swift](https://tinyurl.com/wuja3c4/449_Serialize_and_Deserialize_BST.swift)|[Art 1](https://tinyurl.com/t6e2b97)| Medium | --- |
431
+
|13|**[1008. Construct Binary Search Tree from Preorder Traversal](https://tinyurl.com/y6less2m)**|[Python](https://tinyurl.com/wu6rdaw/1008_Construct_Binary_Search_Tree_from_Preorder_Traversal.py), [Swift](https://tinyurl.com/wuja3c4/1008_Construct_Binary_Search_Tree_from_Preorder_Traversal.swift)|[Art 1](https://tinyurl.com/y9mondek), [Art 2](https://tinyurl.com/y8byt732), [Art 3](https://tinyurl.com/yaq7w2jt), [Art 4](https://tinyurl.com/ybwtzpzo)| Medium | --- |
0 commit comments