ar7aditya / DSA-Hacktoberfest-2022

DSA
MIT License
20 stars 64 forks source link

Subset Sum #141

Closed ashish923 closed 1 year ago

ashish923 commented 1 year ago

Subset sum problem is to find subset of elements that are selected from a given set whose sum adds up to a given number K. I would like to do this problem. Please assign this to me.