Basics
Last updated
Last updated
Suppose we have two functions and which map positive integers to positive integers.
Name
Notation
Definition
"Big-O"
Less than or equal to
"Little-O"
Less than
"Big-Omega"
"Little-Omega"
Theta
A general formula to solve recurrence relation.`Suppose we have a recurrence relation that resembles the following.
Then, we have if , if , and for the final case.