On Tue, Aug 14, 2012 at 4:17 PM, John Holland <jbholl...@gmail.com> wrote: > I thought of doing something like that, but part of the requirements is that > the sum could be achieved with *some" of the numbers in the vector.
in the stupidest approach that is just the same thing as "all of the numbers in the vector" with a generator/filter up front that spits out all the possible 1 length vectors, 2 length vectors, etc. derived from the total vector? boy i'm just making you think along worse lines performance-wise, aren't i? like the republicans say, just do the opposite of whatever i'm saying to do... :-) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en