Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a set of people with varying weights. Find the minimum number of groups required to transport all people, where each group has a weight limit.

Run the code to see the output here...