Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

(tye)Re3: (Golf): Sieve of Eratosthenes

by tye (Sage)
on May 20, 2001 at 01:56 UTC ( [id://81769]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub sieve3 {
        grep{@_[map$a*$_,$_..@_/($a=$_)]=0if$_[$_]>1}@_=0..pop
    } #                  ^^
    ...
    for( @ARGV ) {
        print "$_: ",join(" ",sieve3($_)),$/;
    }
    
  2. or download this
    2=5-3(x2)    # 3..5, 5..7
    4=11-7(x3)   # 7..11, 13..17, 19..23
    6=29-23(x7)
    ...
    96=360749-360653
    112=370373-370261
    114=492227-492113
    

Log In?
Username:
Password:

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

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

    No recent polls found