13.7 Big-Theta
Not to be confused with Big-O.
Last updated
Not to be confused with Big-O.
Last updated
Given some function , we can apply our last two simplifications to get the order of growth of .
The following functions have these corresponding order of growths:
Instead of saying a function has order of growth ___, we say that the function belongs to \Theta (\text{__}). In other words, it belongs to the family of functions that have that same order of growth.
For example, if , the order of growth is .
From now onward, we will refer to order of growth as (pronounced "big theta").
Function | Order of Growth |
---|---|
For some function with order of growth , we write that:
and there exists some positive constants , such that...
for all values greater than some (a very large ).