Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Given a set of items, each with a weight and a value, maximize the total value you can carry in a knapsack with a limited capacity.

Run the code to see the output here...