need a recursive algorithm that determines whether there is a subset of a given length that adds up - by user311674 this is similar to the subset sum problem but the subset has to be a certain length. need a recursive function Read the article