Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Mar 14, 2024
1 parent d292beb commit e52838b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@
971| [Flip Binary Tree To Match Preorder Traversal](https://leetcode.com/problems/flip-binary-tree-to-match-preorder-traversal/) | [Python](./leetcode_python/Tree/flip-binary-tree-to-match-preorder-traversal.py) | _O(n)_ | _O(h)_ | Medium | DFS, `trick`| AGAIN** (2) (not start)
979| [Distribute Coins in Binary Tree](https://leetcode.com/problems/distribute-coins-in-binary-tree/) | [Python](./leetcode_python/Tree/distribute-coins-in-binary-tree.py) | _O(n)_ | _O(h)_ | Medium | DFS, `trick` | AGAIN*** (2)
508| [ Most Frequent Subtree Sum](https://leetcode.com/problems/most-frequent-subtree-sum/) | [Python](./leetcode_python/Tree/most_frequent_subtree_sum.py) ||| Medium |tree, dfs, bfs, good basic,`amazon`| OK*********** (4) (but again MUST)
297| [ Serialize and Deserialize Binary Tree](https://leetcode.com/problems/serialize-and-deserialize-binary-tree/) | [Python](./leetcode_python/Tree/serialize-and-deserialize-binary-tree.py) ||| Hard |Curated Top 75, tree, binary tree, DFS, check `#449 Serialize and Deserialize BST` ,`amazon`| AGAIN********** (4) (MUST)
683| [K Empty Slots](https://leetcode.com/problems/k-empty-slots/) | [Python](./leetcode_python/Tree/k-empty-slots.py) ||| Hard |BST, tree, bucket, `google`| not start
701| [Insert into a Binary Search Tree](https://leetcode.com/problems/insert-into-a-binary-search-tree/) | [Python](./leetcode_python/Tree/insert-into-a-binary-search-tree.py) ||| Medium |good basic, BST, tree, BFS, DFS| OK*** (2)
1339| [Maximum Product of Splitted Binary Tree](https://leetcode.com/problems/maximum-product-of-splitted-binary-tree/) | [Python](./leetcode_python/Tree/maximum-product-of-splitted-binary-tree.py) ||| Medium |dfs, tree, amazon| AGAIN*** (1) (not start)
Expand Down

0 comments on commit e52838b

Please sign in to comment.