Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Faster alternative to Math::Combinatorics

by BrowserUk (Patriarch)
on Sep 01, 2017 at 13:42 UTC ( [id://1198511]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\test>1198509.pl >nul
    Took 0.064547 seconds
    
  2. or download this
    C:\test>1198509.pl
    0
    ...
    3 3 3 3 3 3 3 2
    3 3 3 3 3 3 3 3
    Took 6.103125 seconds
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    }
    printf STDERR "Took %f seconds\n", time() - $start;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-25 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found