Sieve of Eratosthenes
- Tags
- algorithm
Is an algorithm for quickly finding all the prime-numbers up-to any given limit.
The sieve works by filling a pad of all the numbers up-to the limit

Figure 1: Figure showing the sieve of eratorthenes in action.
Is an algorithm for quickly finding all the prime-numbers up-to any given limit.
The sieve works by filling a pad of all the numbers up-to the limit
Figure 1: Figure showing the sieve of eratorthenes in action.