Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Faster alternative to Math::Combinatorics

by tybalt89 (Monsignor)
on Sep 01, 2017 at 14:04 UTC ( [id://1198513]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
      1 while print(join ',', /./g),
        s/([^$last])($last*)$/ $next{$1} x length $& /e;
      }
    
  2. or download this
    count=1
    0
    ...
    real    0m0.023s
    user    0m0.018s
    sys     0m0.009s
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1198513]
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 2024-04-26 00:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found