We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cd15c commit 37d095fCopy full SHA for 37d095f
Dynamic Programming/dicethrow.py
@@ -36,5 +36,3 @@ def findWays(f, d, s):
36
print(findWays(6, 3, 8))
37
print(findWays(4, 2, 5))
38
print(findWays(4, 3, 5))
39
-
40
-# This code is contributed by ankush_953
0 commit comments