Hey -
anyone know of a good combinatorial algorithm that I can use?
I'm going to have a result set similar to this:
set A set B set c
1 i a
2 ii b
3 iii
iv
I need to be able to form all the combinations of these three sets.
eg:
1,i,a
1,ii,a
1,iii,a
1,iv,a
2,i,a
2,ii,a
2,iii,a
etc...
anyone have any ideas?
thanks in advance.
leo
anyone know of a good combinatorial algorithm that I can use?
I'm going to have a result set similar to this:
set A set B set c
1 i a
2 ii b
3 iii
iv
I need to be able to form all the combinations of these three sets.
eg:
1,i,a
1,ii,a
1,iii,a
1,iv,a
2,i,a
2,ii,a
2,iii,a
etc...
anyone have any ideas?
thanks in advance.
leo