Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 333 Bytes

Sieve-of-Eratosthenes

Implemeting a visual representation of the Sieve of Eratosthenes with Javascript

Instructions

Open index.html with your browser.

Description

Enter a maximum number until which to generate prime numbers. In a colored number chart, all the prime numbers less than that maximum number will be displayed.