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 #2067

Open Sidhijain opened 3 years ago

Sidhijain commented 3 years ago

Sum of subset

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 solve this using backtracking technique

Language: I am intrested to work in c++

Please assign this issue to me

github-actions[bot] commented 3 years ago

Hi 😄, @Sidhijain Thanks for creating issue at AlgoTree, do read and follow the Code of Conduct and the Contribution Guidelines while contributing. Refer to PR's which has been merged earlier in AlgoTree Click Here Like, How many File they have changed?, Which type of files need to be change? and many more.

Sidhijain commented 3 years ago

Ok thanks @krishna-NIT I have already made the pr

krishna-NIT commented 3 years ago

Ok thanks @krishna-NIT I have already made the pr

oh sorry, i missed it