3 lines
48 B
Python
3 lines
48 B
Python
|
|
def solve_knapsack(max_weight, items):
|
||
|
|
pass
|