Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 289 Bytes

Readme.md

File metadata and controls

7 lines (5 loc) · 289 Bytes

Sieve of Eratosthenes

Updated 09-16-2017

The Sieve of Eratosthenes algorithm implemented in free-form Fortran 95. Finds all primes below input n, returns largest prime as output. More information.

Input: 1000 Output: 997