Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a list of people with their weights. Find the minimum number of buses required to transport all people across a river without exceeding a weight limit per bus.

Run the code to see the output here...