Statements (23)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:algorithm
|
gptkbp:category |
prime number sieve
|
gptkbp:complexity |
O(n log log n)
|
gptkbp:describedBy |
gptkb:Introduction_to_Arithmetic_by_Nicomachus
|
gptkbp:field |
gptkb:mathematics
number theory |
https://www.w3.org/2000/01/rdf-schema#label |
Sieve of Eratosthenes
|
gptkbp:input |
integer n
|
gptkbp:introducedIn |
circa 3rd century BC
|
gptkbp:inventedBy |
gptkb:Eratosthenes
|
gptkbp:languageOfOrigin |
gptkb:Greek
|
gptkbp:namedAfter |
gptkb:Eratosthenes
|
gptkbp:output |
all prime numbers less than or equal to n
|
gptkbp:purpose |
finding prime numbers
|
gptkbp:relatedTo |
gptkb:Sundaram's_sieve
gptkb:Prime_Number gptkb:Sieve_of_Atkin trial division |
gptkbp:type |
ancient algorithm
|
gptkbp:uses |
iteration
arrays |
gptkbp:bfsParent |
gptkb:Sieve_methods
|
gptkbp:bfsLayer |
6
|