Hactoberfest icon indicating copy to clipboard operation
Hactoberfest copied to clipboard

Subset sum equal to a value

Open dipanjan2k1 opened this issue 2 years ago • 0 comments

Given an array with N positive integers. We need to find if there exists a subset in the array with a sum equal to K. If there is, return true else return false.

dipanjan2k1 avatar Oct 20 '22 19:10 dipanjan2k1