本周學習簡單總結(jié)
請一定在今天完成LeetCode全部算法題目
Leetcode算法題:
樹:
遞歸:https://leetcode.com/problems/balanced-binary-tree/description/
層次遍歷:https://leetcode.com/problems/find-bottom-left-tree-value/description/
前中后序遍歷:https://leetcode.com/problems/binary-tree-preorder-traversal/description/
BST:https://leetcode.com/problems/kth-smallest-element-in-a-bst/description/
Trie:https://leetcode.com/problems/implement-trie-prefix-tree/description/
圖:
二分圖:https://leetcode.com/problems/is-graph-bipartite/description/
拓撲排序:https://leetcode.com/problems/course-schedule/description/
并查集:https://leetcode.com/problems/redundant-connection/description/
1??
2??
3??
4??