DSA icon indicating copy to clipboard operation
DSA copied to clipboard

Target Sum Subsets

Open hardikchitkara opened this issue 4 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

I can do this task with maximum optimization with tabulation method in dynamic programming. Please assign this task to me @arnab2001 .

hardikchitkara avatar Oct 03 '21 06:10 hardikchitkara