Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Golf: Selection from sets (Choose)

by knobunc (Pilgrim)
on May 24, 2001 at 21:56 UTC ( [id://83029]=note: print w/replies, xml ) Need Help??


in reply to Golf: Selection from sets (Choose)

My best is 74 chars (including newlines and sub c{}:
sub c{f($_[0],$_[0]-$_[1]+1) / f($_[1],1)} sub f{eval join'*',$_[1]..$_[0]}

Take 2 (66 chars including both subs and newlines, 50 chars for just the sub bodies):
sub c{f($_[0]-$_[1]+1..$_[0])/f(1..$_[1])} sub f{eval join'*',@_}

-ben

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-25 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found