I have been trying to do the backpack problem through backtracking. I've got it, the problem is that I can not get the most optimal solution.
public List<ObjetoMochila> recursividad(Integer indice,Integer peso,List<ObjetoMochila> l...
asked by
09.10.2017 / 18:42