Skip to content

InnocentRoot/SieveOfEratosthenes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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