Please include a summary of the program i.e what problem it solves.
Partition a set into two subsets such that the difference of subset sums is minimum
Checklist:
[x] My code follows the style guidelines of this project
[x] I have added my code in its respective language folder.
[x] I have mentioned a short description about the code at the beginning of the program.
[x] I have performed a self-review of my own code.
[x] I have commented my code, particularly in hard-to-understand areas.
[x] My changes generate no new warnings.
[x] I have not deleted any files that already exist in the repository.
Description
Please include a summary of the program i.e what problem it solves. Partition a set into two subsets such that the difference of subset sums is minimum
Checklist: