We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3436d20 commit 0d3bbfbCopy full SHA for 0d3bbfb
greedy_methods/fractional_cover_problem.py
@@ -104,4 +104,3 @@ def fractional_cover(items: list[Item], capacity: int) -> float:
104
print("All tests passed")
105
else:
106
print(f"{result} test(s) failed")
107
-
0 commit comments