forked from TheAlgorithms/Python
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit e6b5d26
Combination sum fix and test cases (TheAlgorithms#10193)
* fixed_incorrect_test_combination_sum
* reverting fn arg
* ruff
* Update combination_sum.py
* Update combination_sum.py
---------
Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>1 parent 0c39e43 commit e6b5d26
1 file changed
+11
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | - | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
51 | 55 |
| |
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
52 | 62 |
| |
53 | 63 |
| |
54 | 64 |
| |
|
0 commit comments