You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
Fortran 95 implementation of the Sieve of Eratosthenes