Math, asked by beenafaisalhb2333, 9 months ago

The maximum difference between two subsets of an array in c

Answers

Answered by ismartnani
0

Answer:

Maximum possible difference of two subsets of an array. ... You have to make two subsets such thatdifference of their elements sum is maximum and both of them jointly contains all of elements of given arrayalong with the most important condition, no subset should contain repetitive elements.

Similar questions