mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-14 17:32:35 +08:00

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.
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.