f(n)=O(g(n)) Some constant can make g(n) greater than or equal to f(n) for big enough n, i.e. f(n) grows slower or as fast as g(n).