hello,
i have items with cost and weight and i need to put them in a box (that has a capacity of weight) so that the cost of all the items in it will be the higher as possible.
now what i know is that the higher cost of the item---> the weight is low
can you help me with finding an algorithm?
thanks
