Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 129 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 129 Bytes

py_prime_number

Calculates all prime numbers from 2 to n using Sieve of Eratosthenes with time complexity: O(sqrt(n)loglog(n))