We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a3d03 commit c3f6e66Copy full SHA for c3f6e66
knapsack/knapsack_dp.py
@@ -54,4 +54,4 @@ def knapsack_dp(capacity: int, weights: list[int], values: list[int]) -> int:
54
if __name__ == "__main__":
55
import doctest
56
57
- doctest.testmod()
+ doctest.testmod()
0 commit comments