Skip to content

Commit 623d6e4

Browse files
committed
doc 216
1 parent 1137c07 commit 623d6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/backtracking/216/216.组合总和-iii.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func combinationSum3(k int, n int) (res [][]int) {
9393
return
9494
}
9595

96-
// TODO 二进制枚举
96+
// TODO 二进制枚举, 最多9个数,不允许重复,每个数只有2中状态=> 那么最多2^9种状态
9797
// 作者:力扣官方题解
9898
// 链接:https://leetcode.cn/problems/combination-sum-iii/
9999
// 来源:力扣(LeetCode)

0 commit comments

Comments
 (0)