Skip to content

Search primes from 2 to 100 using the Sieve of Eratosthenes

License

Notifications You must be signed in to change notification settings

cotarr/prime-sieve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prime-sieve

Simple program to search for prime numbers from 2 to 100 using the Sieve of Eratosthenes

git clone https://github.com/cotarr/prime-sieve.git
cd prime-sieve
make
./primes

Example output:

Searching for prime numbers from 2 to 100.

2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 

Found 25 prime numbers.

https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes

About

Search primes from 2 to 100 using the Sieve of Eratosthenes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published