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