/sieve-of-eratosthenes

visualize an algorithm to find prime numbers

Primary LanguageJavaScript

Sieve of Eratosthenes

Visualize an algorithm to find prime numbers up to a given limit. Read more about this ancient algorithm. Basically, I want to make the gif on that page as a web app.