Skip to content

An algorithm for finding all prime numbers up to any given limit.

License

Notifications You must be signed in to change notification settings

HDTycho/SieveofEratosthenes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SieveofEratosthenes

The Sieve of Eratosthenes is a simple, ancient algorithm for finding all prime numbers up to any given limit.

Here is a Live Demo

Made this using JavaScript.

Check this out if you want to see the magic behind the curtains.

This implementation was inspired by this gif

Feel free to use it if you find it interesting.


May the force be with you

About

An algorithm for finding all prime numbers up to any given limit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published