Files
python/exercises/knapsack/knapsack.py

3 lines
48 B
Python
Raw Normal View History

def solve_knapsack(max_weight, items):
pass