From d2fdf15e14abfdef659f3e59ef0348fad302571a Mon Sep 17 00:00:00 2001 From: Terry Liu <102352821+Lozakaka@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:45:08 -0400 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=9E=E6=BA=AF=20-=20?= =?UTF-8?q?=E7=B5=84=E5=90=88=E7=9A=84=E8=AA=B2=E5=BE=8C=E4=BD=9C=E6=A5=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增回溯 - 組合的課後作業 並 暫時放學員的題解在 代碼 的欄位 試試看會不會被PR,如果有的話,我可以幫忙更新作業題目上去 謝謝靈神的算法教學! --- leetcode/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/leetcode/README.md b/leetcode/README.md index 451e2ed910..27db8652d3 100644 --- a/leetcode/README.md +++ b/leetcode/README.md @@ -55,6 +55,7 @@ |[回溯 - 组合型与剪枝](https://www.bilibili.com/video//)|[77. 组合](https://leetcode.cn/problems/combinations/)|[代码](https://leetcode.cn/problems/combinations/solutions/2071017/hui-su-bu-hui-xie-tao-lu-zai-ci-pythonja-65lh/)|两种写法| ||[216. 组合总和 III](https://leetcode.cn/problems/combination-sum-iii/)|[代码](https://leetcode.cn/problems/combination-sum-iii/solutions/2071013/hui-su-bu-hui-xie-tao-lu-zai-ci-pythonja-feme/)|两种写法| ||[22. 括号生成](https://leetcode.cn/problems/generate-parentheses/)|[代码](https://leetcode.cn/problems/generate-parentheses/solutions/2071015/hui-su-bu-hui-xie-tao-lu-zai-ci-pythonja-wcdw/)|两种写法| +||[301. 删除无效的括号](https://leetcode.cn/problems/remove-invalid-parentheses/)|[代码](https://leetcode.cn/problems/remove-invalid-parentheses/solutions/2162245/xuan-huo-bu-xuan-by-lucky-boy-c9-fukn/)(學員)|*课后作业| |[回溯 - 排列型](https://www.bilibili.com/video/BV1mY411D7f6/)|[46. 全排列](https://leetcode.cn/problems/permutations/)|[代码](https://leetcode.cn/problems/permutations/solutions/2079585/hui-su-bu-hui-xie-tao-lu-zai-ci-jing-que-6hrh/)|精确计算搜索树的节点个数| ||[51. N 皇后](https://leetcode.cn/problems/n-queens/)|[代码](https://leetcode.cn/problems/n-queens/solutions/2079586/hui-su-tao-lu-miao-sha-nhuang-hou-shi-pi-mljv/)|| |[动态规划 - 从记忆化搜索到递推](https://www.bilibili.com/video/BV1Xj411K7oF/)|[198. 打家劫舍](https://leetcode.cn/problems/house-robber/)|[代码](https://leetcode.cn/problems/house-robber/solutions/2102725/ru-he-xiang-chu-zhuang-tai-ding-yi-he-zh-1wt1/)|包含空间优化|