Trying to implement Wikipedia's pseudocode version of Sieve of Eratosthenes' prime number algorithm.
Pseudo code:
algorithm Sieve of Eratosthenes is
input: an integer
Trying to implement Wikipedia's pseudocode version of Sieve of Eratosthenes' prime number algorithm.
Pseudo code:
algorithm Sieve of Eratosthenes is
input: an integer