Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a list of prices for a set of products. Maximize the number of products you can buy with a given budget.

Run the code to see the output here...