Topic: Greedy Algorithm Problem / Level: beginner

Problem: Given a list of items with weights and values, maximize the total value that can be carried in a knapsack of limited capacity.

Run the code to see the output here...