Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Find the minimum number of elevators trips required to transport all people, where each person has a weight and each elevator has a weight limit.

Run the code to see the output here...