Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 423 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 423 Bytes

Sieve of Eratosthenes

Sift the Two's and Sift the Three's: The Sieve of Eratosthenes. When the multiples sublime, The numbers that remain are Prime. Wikipedia.

How to compile and run

  1. Clone the repository git clone https://github.com/InnocentRoot/SieveOfEratosthenes.

  2. Install dependencies cd SieveOfEratosthenes && yarn install

  3. Run yarn run dev