Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a list of people with their weights. Find the minimum number of groups required to transport all people without exceeding a weight limit for each group.

Run the code to see the output here...