clemsonacm / hackpack

A collection of tools and algorthithms used by Clemson ACM
15 stars 9 forks source link

Condensed Sieve of Eratosthenes Section #34

Closed mdclyburn closed 9 years ago

mdclyburn commented 9 years ago

The minified version of the sieve algorithm. The reference code comes from the simple sample problem provided. (Issue #6).