Coding Question
Tug Of War Competitive Programming question
Tug Of War Problem Statement : Given a set of n integers, divide the set in two subsets of n/2 sizes each such that the difference of the sum of two subsets is as minimum as possible. If n is …