Open AnimeshMore opened 3 years ago
Given an integer array arr of size N, the task is to divide it into two sets S1 and S2 such that the absolute difference between their sums is minimum and find the minimum difference
@avinash201199 Pls assign me this issue to me for contributing to this question in C++
@AnimeshMore Go ahead :)
Given an integer array arr of size N, the task is to divide it into two sets S1 and S2 such that the absolute difference between their sums is minimum and find the minimum difference