Search Results

2
votes

Algorithm to Divide a list of numbers into 2 equal sum lists

Well, you can find a solution to a percentage precision in polynomial time, but to actually find the optimal (absolute minimal difference) solution, the problem is NP-complete. This means that ther …