Page 1 of 1

Consider a variation of the balanced partition problem in which we find two subsets such that |S1 – S2| is minimum. Cons

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) {5, 4} & {3, 2, 1}
b) {5} & {4, 3, 2, 1}
c) {4, 2} & {5, 3, 1}
d) {5, 3} & {4, 2, 1}