in reply to Efficient Unique Nested Combinations
The "greater than" solution thus assumes an order that is not neccessarily there in the initial AoA. Cheersmy @symbols=( ['c','b','e'], ['a','f','d'], ); hash(\@symbols); ab ac ae bd bf cd cf de ef combo(\@symbols); c f c d b f b d e f
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Efficient Unique Nested Combinations
by Roy Johnson (Monsignor) on Jun 26, 2007 at 15:25 UTC |