DSA icon indicating copy to clipboard operation
DSA copied to clipboard

Target Sum Subsets

Open hardikchitkara opened this issue 2 years ago • 1 comments

You are given a number n, representing the count of elements and a given target value as input. You are required to calculate and print true or false, if there is a subset the elements of which add up to given target or not.

hardikchitkara avatar Oct 03 '21 06:10 hardikchitkara