algoholics-ntua / algorithms

Resources for reading & solved problems
MIT License
41 stars 15 forks source link

Subset problem #18

Closed kichloo closed 4 years ago

kichloo commented 4 years ago

Added the subset sum problem, written in C++ which is included in Dynamic Programming.

mstou commented 4 years ago

Hello @kichloo , a solution to the subset sum problem already exists in the repository Next time please be careful and add an extension to your code files (.cpp) and follow the contribution guidelines.