in reply to Re: Recursion problem
in thread Recursion problem

Wow man with one sentence "Let's see... if I use the 5, then I have to form a sum of 16 with the remaining numbers. But if I don't use the 5, then... (is anything starting to click?)" you just solved the problem for me. I will try to write it in perl and post it here. Can you please explaine how you thought about this solution ? Thanks.

Replies are listed 'Best First'.
Re^3: Recursion problem
by pc88mxer (Vicar) on May 25, 2008 at 09:07 UTC

    I'm glad that's all it took to get you going on a solution. Please post what you come up with - we'd be happy to critique it.