Topic: Greedy Algorithm Problem / Level: beginner

Problem: Given a set of items with values and weights, maximize the value you can carry without exceeding a given weight limit.

Run the code to see the output here...