Skip to content

Commit 0c5bb9f

Browse files
aQuaaQua
aQua
authored and
aQua
committed
216 finish
1 parent d9dd5e0 commit 0c5bb9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Algorithms/0216.combination-sum-iii/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ Output: [[1,2,6], [1,3,5], [2,3,4]]
1818
Credits:Special thanks to @mithmatt for adding this problem and creating all test cases.
1919

2020
## 解题思路
21-
22-
见程序注释
21+
常见的dfs搜索,见程序注释

0 commit comments

Comments
 (0)