Topic: Greedy Algorithm Problem / Level: beginner

Problem: Find the maximum number of pairs of items from a list where the sum of each pair is less than a given limit.

Run the code to see the output here...