Back to the 2025 paper

Module 2: Fundamental Algorithmic Strategies

20257m

Find an optimal solution to the knapsack instance n=4n=4 objects and the capacity of knapsack m=15m=15, profits are (10,5,7,11)(10, 5, 7, 11) and weights are (3,4,3,5)(3, 4, 3, 5).

Similar questions