Home > Blockchain >  Implementation of Wikipedia's pseudocode of Sieve of Eratosthenes' algorithm
Implementation of Wikipedia's pseudocode of Sieve of Eratosthenes' algorithm

Time:06-17

Trying to implement Wikipedia's pseudocode version of Sieve of Eratosthenes' prime number algorithm.

Pseudo code:

algorithm Sieve of Eratosthenes is
    input: an integer            
  • Related