lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

Sieve of eratosthenes #106

Closed reckoner-david closed 7 years ago

reckoner-david commented 7 years ago

sieve of eratosthenes method for testing prime numbers. The fastest method to tell the number of primes in a range or not.

lprimeroo commented 7 years ago

Please edit the README file accordingly :)