Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nerddiffer/sieve-of-eratosthenes

visualize an algorithm to find prime numbers
https://github.com/nerddiffer/sieve-of-eratosthenes

algorithm prime-numbers sieve timeout visualization

Last synced: 17 days ago
JSON representation

visualize an algorithm to find prime numbers

Awesome Lists containing this project

README

        

# Sieve of Eratosthenes

Visualize an algorithm to find prime numbers up to a given limit.
[Read more](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes) about this ancient algorithm.
Basically, I want to make the gif on that page as a web app.