Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
356 stars 624 forks source link

sum of subset #2072

Closed Sidhijain closed 3 years ago

Sidhijain commented 3 years ago

solved #2067 issue

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.

Language Used:c++

[Mention the Language of Code]

Checklist:

github-actions[bot] commented 3 years ago

AlgoTree team will review your PR soon. Take Care of Few of the Things where most contributors are missing out. msgonpr @Sidhijain :)