Topic: Greedy Algorithm Problem / Level: intermediate

Problem: You are given a list of people with different weights. Find the minimum number of elevator trips required to transport all people without exceeding the weight limit.

Run the code to see the output here...