Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Linear prime sieve #219

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
refactor linearPrimSieve.test.js as per eslint
sandeeps456 committed Oct 1, 2018
commit 49bdb355c93daa4fab9c5b8716e35e911e034a98
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ describe('linearPrimeSieve', () => {
43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97,
]);
});
});
});