Exercise

How many times does the algorithm described as Eratosthenes' sieve have to perform Step 2 when the input n tends to infinity?

n times

n times

n/log(n) times