cphainmerakaam / CPCODES-Hacktoberfest2022

12 stars 52 forks source link

New code subset_sum_dp.cpp #26

Closed vivekananda99 closed 2 years ago

vivekananda99 commented 2 years ago

New code subset_sum_dp.cpp Given an array of non-negative integers and a value sum, determine if there is a subset of the given set with sum equal to given sum.

cphainmerakaam commented 2 years ago

And the question link in the code snippet

vivekananda99 commented 2 years ago

I have added the question in the code snippet.