Hactoberfest
Hactoberfest copied to clipboard
Subset sum equal to a value
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.