Statement
Subset-sum problem
Given positive integers
and , is there a subset where if such a subset exists output it, otherwise return no.
Subset-sum problem
Given positive integers
and , is there a subset where if such a subset exists output it, otherwise return no.