Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Given a set of people with weights, find the minimum number of elevator trips required to transport everyone without exceeding the weight limit of the elevator.

Run the code to see the output here...