-
Notifications
You must be signed in to change notification settings - Fork 949
DFS
SharingSource edited this page Nov 9, 2021
·
51 revisions
题目 | 题解 | 难度 | 推荐指数 |
---|---|---|---|
17. 电话号码的字母组合 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
22. 括号生成 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
37. 解数独 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
39. 组合总和 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
40. 组合总和 II | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
211. 添加与搜索单词 - 数据结构设计 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩🤩 |
282. 给表达式添加运算符 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
301. 删除无效的括号 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
341. 扁平化嵌套列表迭代器 | LeetCode 题解链接 | 中等 | 🤩🤩🤩 |
403. 青蛙过河 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
437. 路径总和 III | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
488. 祖玛游戏 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
494. 目标和 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
638. 大礼包 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
690. 员工的重要性 | LeetCode 题解链接 | 简单 | 🤩🤩🤩 |
778. 水位上升的泳池中游泳 | LeetCode 题解链接 | 困难 | 🤩🤩🤩 |
783. 二叉搜索树节点最小距离 | LeetCode 题解链接 | 简单 | 🤩🤩🤩 |
869. 重新排序得到 2 的幂 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
872. 叶子相似的树 | LeetCode 题解链接 | 简单 | 🤩🤩🤩 |
938. 二叉搜索树的范围和 | LeetCode 题解链接 | 简单 | 🤩🤩🤩 |
987. 二叉树的垂序遍历 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩🤩 |
993. 二叉树的堂兄弟节点 | LeetCode 题解链接 | 简单 | 🤩🤩 |
1239. 串联字符串的最大长度 | LeetCode 题解链接 | 中等 | 🤩🤩🤩 |
1723. 完成所有工作的最短时间 | LeetCode 题解链接 | 困难 | 🤩🤩🤩 |
1766. 互质树 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
-
递归 & 迭代
-
图论
-
动态规划
-
数据结构
-
区间求和
-
常见问题