Skip to content

C++ implementation of the Sieve of Sundaram algorithm

Notifications You must be signed in to change notification settings

rstreet85/SundaramPlusPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sieve of Sundaram

Updated 09-16-2017

The Sieve of Sundaram algorithm implemented in C++. Finds all primes below input n, returns largest prime as output. More information.

Input: 1000 Output: 997

Releases

No releases published

Packages

No packages published

Languages