Topic: Greedy Algorithm Problem / Level: intermediate

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

Run the code to see the output here...