avinash201199 / DSA-Questions

Collection of data structure and algorithms questions
https://www.instagram.com/lets__code/
MIT License
75 stars 170 forks source link

Dynamic Programming : Minimum Sum Partition #202

Open AnimeshMore opened 3 years ago

AnimeshMore commented 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

AnimeshMore commented 3 years ago

@avinash201199 Pls assign me this issue to me for contributing to this question in C++

avinash201199 commented 3 years ago

@AnimeshMore Go ahead :)