ID NAME QUALITY USERS ACC % DIFFICULTY C I
6489 Finding the Kth Prime (Hard)   7 74
42
36
6488 Printing some primes (Hard)   11 151
35
29
40506 Eratosthenes Prime numbers   4 127
9
9
6470 Finding the Kth Prime   48 7103
19
14
6471 Printing some primes   68 6849
13
12

#sieve-of-eratosthenes

one of a number of prime number sieves, is a simple, ancient algorithm for finding all prime numbers up to any given limit

https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes http://mathworld.wolfram.com/SieveofEratosthenes.html https://www.khanacademy.org/computing/computer-science/cryptography/comp-number-theory/v/sieve-of-eratosthenes-prime-adventure-part-4 https://www.youtube.com/watch?v=V08g_lkKj6Q - video presenting a sieve