File tree 6 files changed +6
-4
lines changed
6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
| [ 37. 解数独] ( https://leetcode-cn.com/problems/sudoku-solver/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/sudoku-solver/solution/he-n-huang-hou-yi-yang-shi-yi-dao-hui-su-lfpd/ ) | 困难 | 🤩🤩🤩🤩 |
6
6
| [ 39. 组合总和] ( https://leetcode-cn.com/problems/combination-sum/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/combination-sum/solution/dfs-hui-su-suan-fa-yi-ji-ru-he-que-ding-wpbo5/ ) | 中等 | 🤩🤩🤩🤩 |
7
7
| [ 40. 组合总和 II] ( https://leetcode-cn.com/problems/combination-sum-ii/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/combination-sum-ii/solution/dfs-hui-su-jie-fa-yi-ji-ru-he-pan-duan-s-xlwy/ ) | 中等 | 🤩🤩🤩🤩 |
8
+ | [ 95. 不同的二叉搜索树 II] ( https://leetcode.cn/problems/unique-binary-search-trees-ii/ ) | [ LeetCode 题解链接] ( https://www.acoier.com/2022/12/09/95.%20%E4%B8%8D%E5%90%8C%E7%9A%84%E4%BA%8C%E5%8F%89%E6%90%9C%E7%B4%A2%E6%A0%91%20II%EF%BC%88%E4%B8%AD%E7%AD%89%EF%BC%89/ ) | 中等 | 🤩🤩🤩🤩🤩 |
8
9
| [ 211. 添加与搜索单词 - 数据结构设计] ( https://leetcode-cn.com/problems/design-add-and-search-words-data-structure/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/design-add-and-search-words-data-structure/solution/gong-shui-san-xie-yi-ti-shuang-jie-er-we-un94/ ) | 中等 | 🤩🤩🤩🤩🤩 |
9
10
| [ 241. 为运算表达式设计优先级] ( https://leetcode.cn/problems/different-ways-to-add-parentheses/ ) | [ LeetCode 题解链接] ( https://leetcode.cn/problems/different-ways-to-add-parentheses/solution/by-ac_oier-z07i/ ) | 中等 | 🤩🤩🤩🤩🤩 |
10
11
| [ 282. 给表达式添加运算符] ( https://leetcode-cn.com/problems/expression-add-operators/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/expression-add-operators/solution/gong-shui-san-xie-hui-su-suan-fa-yun-yon-nl9z/ ) | 困难 | 🤩🤩🤩🤩 |
Original file line number Diff line number Diff line change 1
1
| 题目 | 题解 | 难度 | 推荐指数 |
2
2
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- | -------- |
3
- | [ 95. 不同的二叉搜索树 II] ( https://leetcode.cn/problems/unique-binary-search-trees-ii/ ) | [ LeetCode 题解链接] ( https://leetcode-cn. com/problems/kth-smallest-element-in-a-bst/solution/gong-shui-san-xie-yi-ti-san-jie-pai-xu-y-8uah / ) | 中等 | 🤩🤩🤩🤩 |
3
+ | [ 95. 不同的二叉搜索树 II] ( https://leetcode.cn/problems/unique-binary-search-trees-ii/ ) | [ LeetCode 题解链接] ( https://www.acoier. com/2022/12/09/95.%20%E4%B8%8D%E5%90%8C%E7%9A%84%E4%BA%8C%E5%8F%89%E6%90%9C%E7%B4%A2%E6%A0%91%20II%EF%BC%88%E4%B8%AD%E7%AD%89%EF%BC%89 / ) | 中等 | 🤩🤩🤩🤩 |
4
4
| [ 230. 二叉搜索树中第K小的元素] ( https://leetcode-cn.com/problems/kth-smallest-element-in-a-bst/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/kth-smallest-element-in-a-bst/solution/gong-shui-san-xie-yi-ti-san-jie-pai-xu-y-8uah/ ) | 中等 | 🤩🤩🤩🤩 |
5
5
| [ 240. 搜索二维矩阵 II] ( https://leetcode-cn.com/problems/search-a-2d-matrix-ii/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/search-a-2d-matrix-ii/solution/gong-shui-san-xie-yi-ti-shuang-jie-er-fe-y1ns/ ) | 中等 | 🤩🤩🤩🤩🤩 |
6
6
| [ 297. 二叉树的序列化与反序列化] ( https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/xu-lie-hua-er-cha-shu-lcof/solution/gong-shui-san-xie-er-cha-shu-de-xu-lie-h-n89a/ ) | 困难 | 🤩🤩🤩🤩🤩 |
Original file line number Diff line number Diff line change 5
5
| [ 39. 组合总和] ( https://leetcode-cn.com/problems/combination-sum/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/combination-sum/solution/dfs-hui-su-suan-fa-yi-ji-ru-he-que-ding-wpbo5/ ) | 中等 | 🤩🤩🤩🤩 |
6
6
| [ 40. 组合总和 II] ( https://leetcode-cn.com/problems/combination-sum-ii/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/combination-sum-ii/solution/dfs-hui-su-jie-fa-yi-ji-ru-he-pan-duan-s-xlwy/ ) | 中等 | 🤩🤩🤩🤩 |
7
7
| [ 90. 子集 II] ( https://leetcode-cn.com/problems/subsets-ii/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/subsets-ii/solution/gong-shui-san-xie-yi-ti-shuang-jie-hui-s-g77q/ ) | 中等 | 🤩🤩🤩🤩 |
8
+ | [ 95. 不同的二叉搜索树 II] ( https://leetcode.cn/problems/unique-binary-search-trees-ii/ ) | [ LeetCode 题解链接] ( https://www.acoier.com/2022/12/09/95.%20%E4%B8%8D%E5%90%8C%E7%9A%84%E4%BA%8C%E5%8F%89%E6%90%9C%E7%B4%A2%E6%A0%91%20II%EF%BC%88%E4%B8%AD%E7%AD%89%EF%BC%89/ ) | 中等 | 🤩🤩🤩🤩🤩 |
8
9
| [ 131. 分割回文串] ( https://leetcode-cn.com/problems/palindrome-partitioning/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/palindrome-partitioning/solution/wei-sha-yao-zhe-yang-bao-sou-ya-shi-ru-h-41gf/ ) | 中等 | 🤩🤩🤩🤩 |
9
10
| [ 212. 单词搜索 II] ( https://leetcode-cn.com/problems/word-search-ii/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/word-search-ii/solution/gong-shui-san-xie-yi-ti-shuang-jie-hui-s-am8f/ ) | 困难 | 🤩🤩🤩 |
10
11
| [ 301. 删除无效的括号] ( https://leetcode-cn.com/problems/remove-invalid-parentheses/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/remove-invalid-parentheses/solution/yi-fen-zhong-nei-kan-dong-jiang-gua-hao-aya6k/ ) | 困难 | 🤩🤩🤩🤩 |
Original file line number Diff line number Diff line change 1
1
### 题目描述
2
2
3
- 这是 LeetCode 上的 ** [ 1775. 通过最少操作次数使数组的和相等量] ( ) ** ,难度为 ** 中等** 。
3
+ 这是 LeetCode 上的 ** [ 1775. 通过最少操作次数使数组的和相等量] ( https://www.acoier.com/2022/12/09/1775.%20%E9%80%9A%E8%BF%87%E6%9C%80%E5%B0%91%E6%93%8D%E4%BD%9C%E6%AC%A1%E6%95%B0%E4%BD%BF%E6%95%B0%E7%BB%84%E7%9A%84%E5%92%8C%E7%9B%B8%E7%AD%89%EF%BC%88%E4%B8%AD%E7%AD%89%EF%BC%89/ ) ** ,难度为 ** 中等** 。
4
4
5
5
Tag : 「枚举」、「贪心」、「数学」
6
6
Original file line number Diff line number Diff line change 1
1
### 题目描述
2
2
3
- 这是 LeetCode 上的 ** [ 93. 复原 IP 地址] ( https://mp.weixin.qq. com/s?__biz=MzU4NDE3MTEyMA==&tempkey=MTE5NF9PUlVickRVMVkveWdqQzNhSlJZeEVobW8yaXF3ZzV4U2NEMWpaQlI5MHN1cklxNFhNc3dCQlg0QnNpcXV1NGNqSG04X2dMTi1TN0RlUmpEd2YxaHJyLU00MTkxNEhtRi1kTmFoUnpicXFocW9oYnItU3BLU3RPS1pvODEtRXg2VkpyVWNCbFhaUmNKbnhnN21VN1JndzZwRG1WYlUwdGNYTW5KMTlBfn4%3D ) ** ,难度为 ** 中等** 。
3
+ 这是 LeetCode 上的 ** [ 93. 复原 IP 地址] ( https://www.acoier. com/2022/12/09/93.%20%E5%A4%8D%E5%8E%9F%20IP%20%E5%9C%B0%E5%9D%80%EF%BC%88%E4%B8%AD%E7%AD%89%EF%BC%89/ ) ** ,难度为 ** 中等** 。
4
4
5
5
Tag : 「回溯」、「DFS」
6
6
Original file line number Diff line number Diff line change 1
1
### 题目描述
2
2
3
- 这是 LeetCode 上的 ** [ 95. 不同的二叉搜索树 II] ( ) ** ,难度为 ** 中等** 。
3
+ 这是 LeetCode 上的 ** [ 95. 不同的二叉搜索树 II] ( https://www.acoier.com/2022/12/09/95.%20%E4%B8%8D%E5%90%8C%E7%9A%84%E4%BA%8C%E5%8F%89%E6%90%9C%E7%B4%A2%E6%A0%91%20II%EF%BC%88%E4%B8%AD%E7%AD%89%EF%BC%89/ ) ** ,难度为 ** 中等** 。
4
4
5
5
Tag : 「树」、「二叉搜索树」、「BST」、「DFS」、「递归」、「爆搜」
6
6
You can’t perform that action at this time.
0 commit comments