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

Faster alternative to Math::Combinatorics

by AppleFritter (Vicar)
on Sep 01, 2017 at 13:20 UTC ( [id://1198509]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    0,0,0,0
    0,0,0,2
    ...
    2,2,3,3
    2,3,3,3
    3,3,3,3
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            say join(",", @states);
        }
    }
    
  3. or download this
    time perl test.pl
    count=1
    ...
    real    1m34.525s
    user    1m32.524s
    sys     0m0.030s
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1198509]
Approved by talexb
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 06:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found