Topic: Greedy Algorithm Problem / Level: beginner

Problem: Find the minimum number of boats required to transport a group of people across a river, where each boat has a weight limit and each person has a weight.

Run the code to see the output here...