8000 Merge pull request #271 from cuishuang/master · halfrost/LeetCode-Go@25b83a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25b83a9

Browse files
authored
Merge pull request #271 from cuishuang/master
修复描述
2 parents bd1ebb9 + 6d04d15 commit 25b83a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

leetcode/0040.Combination-Sum-II/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ candidates 中的每个数字在每个组合中只能使用一次。
4545
## 解题思路
4646

4747
- 题目要求出总和为 sum 的所有组合,组合需要去重。这一题是第 39 题的加强版,第 39 题中元素可以重复利用(重复元素可无限次使用),这一题中元素只能有限次数的利用,因为存在重复元素,并且每个元素只能用一次(重复元素只能使用有限次)
48-
- 这一题和第 47 题类似,只不过元素可以反复使用
48+
- 这一题和第 47 题类似。

website/content/ChapterFour/0001~0099/0040.Combination-Sum-II.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ candidates 中的每个数字在每个组合中只能使用一次。
4545
## 解题思路
4646

4747
- 题目要求出总和为 sum 的所有组合,组合需要去重。这一题是第 39 题的加强版,第 39 题中元素可以重复利用(重复元素可无限次使用),这一题中元素只能有限次数的利用,因为存在重复元素,并且每个元素只能用一次(重复元素只能使用有限次)
48-
- 这一题和第 47 题类似,只不过元素可以反复使用
48+
- 这一题和第 47 题类似。
4949

5050
## 代码
5151

0 commit comments

Comments
 (0)
0