Time Complexity Order
Let’s learn about various commonly used complexity functions along with their usage.
Algorithms’ time complexity
The following table clarifies big- representations of different time complexity functions.
Name | Notation |
---|---|
Constant | |
Logarithmic | |
Linear | |
Quadratic | |
Polynomial |