hello.
I have a problem to build a recursive function
The function gets an array of prices, an array of weight and and spesific Price.
the output's function is the minimum weighet of the subset and the summry of the subset values is equall or bigger then the specific Price.
help me to build the function in a recursive way. (C)
thank you
I have a problem to build a recursive function
The function gets an array of prices, an array of weight and and spesific Price.
the output's function is the minimum weighet of the subset and the summry of the subset values is equall or bigger then the specific Price.
help me to build the function in a recursive way. (C)
thank you
Comment