sankardevisharath / Sieve-of-Eratosthenes

Sieve of Eratosthenes algorithm finds prime numbers below a number N.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sieve of Eratosthenes algorithm finds prime numbers below a certain number
N. This algorithm is fast and efficent. In this code i have implemented
algorithm at bitlevel. So my implementation of algorithm uses very less 
memory and time.

About

Sieve of Eratosthenes algorithm finds prime numbers below a number N.


Languages

Language:C 100.0%