mirror of
https://github.com/wahyd4/daily.git
synced 2026-08-09 05:16:16 +10:00
LeetCode
This commit is contained in:
@@ -86,6 +86,7 @@ LeetCode中的题目按真实面试中的出现频率降序排列。
|
||||
| [113. 路径总和 II](https://leetcode-cn.com/problems/path-sum-ii/) | DFS+回溯 | [查看](https://github.com/pwstrick/daily/issues/1067) |
|
||||
| [105. 从前序与中序遍历序列构造二叉树](https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/) | 前序+中序 | [查看](https://github.com/pwstrick/daily/issues/1068) |
|
||||
| [226. 翻转二叉树](https://leetcode-cn.com/problems/invert-binary-tree/) | 递归+左右结点互换 | [查看](https://github.com/pwstrick/daily/issues/1069) |
|
||||
| [96. 不同的二叉搜索树](https://leetcode-cn.com/problems/unique-binary-search-trees/) | [卡塔兰数](https://leetcode-cn.com/problems/unique-binary-search-trees/solution/bu-tong-de-er-cha-sou-suo-shu-by-leetcode-solution/) | [查看](https://github.com/pwstrick/daily/issues/1071) |
|
||||
|
||||
### 递归
|
||||
| 题目 | 思路 | 实现 |
|
||||
|
||||
Reference in New Issue
Block a user