Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

subset sum problem using backtracking in c,c++

Open MohitMourya01 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. This algorithm will determine the subset sum whose value is k selected from a set of elements using backtracking rather than exhaustive search

Describe the solution you'd like I will be using backtracking to solve this problem in C,C++.

Additional context It is one of the basic problem that is solved using backtracking

MohitMourya01 avatar Jun 10 '23 04:06 MohitMourya01

@Kumar-laxmi please assign me this issue

himughanakash avatar Jun 23 '23 11:06 himughanakash

Stale issue message

github-actions[bot] avatar May 25 '24 16:05 github-actions[bot]