Skip to content

webtemp/Sieve-of-Eratosthenes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sieve-of-Eratosthenes

A quick implementation of the Sieve of Eratosthenes algorithm.

The idea of this is to really fast generate some prime numbers and print them to the screen. All valid primes are stored in a c++ vector. So you can manipulate the data easy.

About

A quick implementation of the Sieve of Eratosthenes algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published