need a recursive algorithm that determines whether there is a subset of a given length that adds up

Posted by user311674 on Stack Overflow See other posts from Stack Overflow or by user311674
Published on 2010-04-08T07:26:21Z Indexed on 2010/04/08 7:33 UTC
Read the original article Hit count: 203

Filed under:
|
|
|
|

this is similar to the subset sum problem but the subset has to be a certain length. need a recursive function

© Stack Overflow or respective owner

Related posts about homework

Related posts about modified