Name: Anonymous 2013-01-03 12:02
So I need to do a python program to solve a problem, wich is to get the least operations possible to fill up a container with a limited ammount of other containers (capacity doesnt matter ). Currently I can make it fill up any container if I have containers with smaller capacities (even if its REALLY buggy) but I can´t, for instance, fill a 4L container if i only have a 2L and 3L container (wich is possible). So I come here asking for tips or advices that you guys are willing to provide.