Topic: Greedy Algorithm Problem / Level: beginner

Problem: Find the minimum number of buses required to transport a group of people, given the weight limit of each bus and the weight of each person.

Run the code to see the output here...