Coding
Given a list of numbers, find the best sum of x of them without exceeding limit y
Hello, I am working on a problem that would like for me to return the best sum of x numbers given a list of them, without exceeding a limit. The subset is a variable, so Read more…