Topic: Greedy Algorithm Problem / Level: beginner

Problem: Given a set of weights, determine the maximum weight that can be carried in a container with a weight limit.

Run the code to see the output here...