1. 39组合总和 题目[https://leetcode.cn/problems/combination-sum/]题解[https://pr...
1. 216.组合总和III 题目[https://programmercarl.com/0216.%E7%BB%84%E5%90%88%E6%...
1.理论基础 回溯和递归是相辅相成的. 隐藏在哪里呢?通常是递归函数的下面.二叉树的递归就是,只不过有的题目用到了回溯,有的没用到. 效率并不是...
1. 235. 二叉搜索树的最近公共祖先 题目[https://leetcode.cn/problems/lowest-common-ances...
1. 530.二叉搜索树的最小绝对差 题目[https://leetcode.cn/problems/minimum-absolute-diff...
1. 654.最大二叉树 题目[https://leetcode.cn/problems/maximum-binary-tree/]题解[htt...
1. 513.找树左下角的值 题目[https://leetcode.cn/problems/find-bottom-left-tree-val...
1.二叉树的最大深度 题目[https://leetcode.cn/problems/maximum-depth-of-binary-tree/...
1. 110平衡二叉树 题目[https://leetcode.cn/problems/balanced-binary-tree/]题解[htt...