Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Given a set of people with weights and an elevator with a fixed weight limit, find the minimum number of elevator trips required to transport all people.

Run the code to see the output here...