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 f03cdc3 commit 32811cdCopy full SHA for 32811cd
project_euler/problem_122/sol1.py
@@ -38,7 +38,7 @@
38
39
def solve(nums: list[int], goal: int, depth: int) -> bool:
40
"""
41
- Checks if nums can can have a sum equal to goal, given that length of nums does
+ Checks if nums can have a sum equal to goal, given that length of nums does
42
not exceed depth.
43
44
>>> solve([1], 2, 2)
0 commit comments