Skip to content

Commit 5b7b7aa

Browse files
authored
Update mandel-17.py
1 parent b28a667 commit 5b7b7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

combination-sum/mandel-17.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def dfs(csum, index, path):
1616

1717
dfs(target, 0, [])
1818
return result
19-
19+

0 commit comments

Comments
 (0)