[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: factorial table expansion
- From: "Robert Ward" <r.ward@...>
- Date: Mon, 3 Apr 2006 10:34:38 +0000
On Sun Apr 2, 2006 20:06, Paul Chuisano wrote:
>Ah, okay, you are computing a cartesian product of some sets. There's
>a snazzy, functional programming way of doing it using a 'fold' and
>just a simple pairwise cartesian product function. Here is the code --
>if it is Greek to you, let me know and I can try to explain it better:
That looks brilliant. It will take me some time to understand it, but
I'm looking forward to that.
Thanks!
Rob