Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 384 Bytes

File metadata and controls

13 lines (9 loc) · 384 Bytes

Sieve of Atkins & Sieve of Eratosthenes ported to JavaScript

How to use

var sieve = require("./Sieve.js");
console.log(sieve.atkinsSieve(100));
console.log(sieve.eratosthenesSieve(100));

About me

Email me: aaron@aaronfoltz.com

Follow me: @Aaron_Foltz

Visit me: Aaron Foltz