2 Commits

Author SHA1 Message Date
5d771745ac Update Minimum sum partition
Added some test cases for better understanding.
2020-06-03 15:19:55 +05:30
b1caf8c6ae Minimum sum partition
Given an array, the task is to divide it into two sets S1 and S2 such that the absolute difference between their sums is minimum.
2020-06-01 23:41:32 +05:30