Skip to content

wesleylhandy/Sieve-of-Eratosthenes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sieve-of-Eratosthenes

This page runs javascript code to find prime numbers up to 2,000,000.

The code was developed based off logic provided on this page: https://brianhan.tumblr.com/post/46454945029.

I added a check to stop the inner loop once the outer loop had iterated beyond the sqrt of the max number entered.

This project utilizes Bootstrap, FontAwesome, Google Fonts, Custom CSS, and Javascript and is responsive to fit screen size.

About

This page runs javascript code to find prime numbers up to 2,000,000.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published