sarrvesh / sieveOfEratosthenes

C implementation of the Sieve of Eratosthenes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement other sieving algorithms

sarrvesh opened this issue · comments

There are several other sieving algorithms in the literature (like the sieve of Sundaram and the sieve of Atkin).