Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re (tilly) 1: (Golf) Ordered Combinations

by tilly (Archbishop)
on Apr 25, 2001 at 06:51 UTC ( [id://75358]=note: print w/replies, xml ) Need Help??


in reply to (Golf) Ordered Combinations

If we don't have to be strict compliant...49.
sub c { @r='';@r=map{$c=$_;map$c.$_,@r}@_ for 1..shift;@r }
(Note: I handle the case of $n=0 correctly. The solution that you started with does not...)

Replies are listed 'Best First'.
Re: Re (tilly) 1: (Golf) Ordered Combinations
by MeowChow (Vicar) on Apr 25, 2001 at 07:20 UTC
    (Note: I handle the case of $n=0 correctly. The solution that you started with does not...)

    I can't slip anything past you, can I? :-)

       MeowChow                                   
                   s aamecha.s a..a\u$&owag.print
      Is there any way to print these results to a file?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://75358]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 23:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found