@haensl/subset-sum
Find a combination of integers to reach a given sum.
Find a combination of integers to reach a given sum.
Given a set of integers find all subsets that add up to a given target integer. negatives, positves, zeroes, and duplicates allowed.