Skip to content

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

Notifications You must be signed in to change notification settings

txrp0x9/py_prime_number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

py_prime_number

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages