Description:
Symbol | Name | Bound | Information |
---|---|---|---|
O | Big-oh | upper bound | If theta notation not given, give the upper bound instead |
Big-omega | lower bound | ||
theta | Average bound | The most useful of all the Notations. Closest to the actual running time |
The Sieve of Eratosthenes is a method used to compute all primes less than N.↩︎