Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re (tilly) 1: Golf: Selection from sets (Choose)

by tilly (Archbishop)
on May 25, 2001 at 04:30 UTC ( #83184=note: print w/replies, xml ) Need Help??


in reply to Re: Golf: Selection from sets (Choose)
in thread Golf: Selection from sets (Choose)

It is usual when counting helper subroutines to count the declaration of the helper in the overall length. So your code is of length 60.

Incidentally here is another reasonably efficient one to compute of length 53. Mainly interesting because it works on a different principle.

sub c{ my@c=1;map$c[$_]+=$c[$_-1],1..$_[1]for 1..$_[0];pop@c }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2023-12-04 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (25 votes). Check out past polls.

    Notices?