We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b99885 commit 0975b24Copy full SHA for 0975b24
1 file changed
backtracking/combination_sum.py
@@ -66,7 +66,7 @@ def combination_sum(candidates: list, target: int) -> list:
66
67
68
def main() -> None:
69
- print(combination_sum([], 1))
+ print(combination_sum([-8, 2.3, 0], 1))
70
71
72
if __name__ == "__main__":
0 commit comments