-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sum of subset #2067
Comments
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. |
solved Algo-Phantoms#2067 issue
Ok thanks @krishna-NIT I have already made the pr |
oh sorry, i missed it |
**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
The text was updated successfully, but these errors were encountered: