rstreet85 / ERATOS-FORTRAN

Fortran 95 implementation of the Sieve of Eratosthenes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fortran 95 implementation of the Sieve of Eratosthenes


Languages

Language:Fortran 77.4%Language:Makefile 22.6%