[prev] 53 [next]

Relatives of Big-Oh (cont)

  • f(n) belongs to O(g(n)) if f(n) is asymptotically less than or equal to g(n)
  • f(n) belongs to Ω(g(n)) if f(n) is asymptotically greater than or equal to g(n)
  • f(n) belongs to Θ(g(n)) if f(n) is asymptotically equal to g(n)