I\'m looking for an algorithm to solve the follwoing problem (I will explain it with an example):
Let say I have 10.000 $ available amount and following costs I can
You can sort the list and pick the top until your budget is depleted. It's also used in bin-packing and it's guarantee to be within some range of the optimum.