My current attempt at 52 chars:
Example:sub c{my$n=-1+shift;$n?map{my$c=$_;map$c.$_,c($n,@_)}@_:@_}
Good luck, and may your efforts yield little code :)print join " ", c qw(2 a b c d); print "\n"; print join " ", c qw(4 0 1); # outputs aa ab ac ad ba bb bc bd ca cb cc cd da db dc dd 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 +1110 1111
MeowChow s aamecha.s a..a\u$&owag.print
|
Comment on
(Golf) Ordered Combinations
Select or Download Code | |
|---|---|
| Re: (Golf) Ordered Combinations by sachmet (Scribe) on Apr 25, 2001 at 01:42 UTC | |
| Re: (Golf) Ordered Combinations by satchboost (Scribe) on Apr 25, 2001 at 01:55 UTC | |
| Re (tilly) 1: (Golf) Ordered Combinations by tilly (Archbishop) on Apr 25, 2001 at 06:51 UTC | |
by MeowChow (Vicar) on Apr 25, 2001 at 07:20 UTC | |
by Anonymous Monk on Jan 25, 2007 at 16:26 UTC |