From: Ryan Leavengood Date: 2005-10-23T13:18:29+09:00 Subject: Re: combination sums of several arrays On 10/22/05, Dominik Bathon wrote: > > You probably won't need this because of the other replies, but here is a > solution to the combination sums problem (without building a tree ;-): I don't know about the OP, but I'm glad you wrote this because I was having trouble figuring out how to do it myself. Ryan