The runtime of the algorithm is constant and does not depend on the input size.
The runtime of the algorithm grows logarithmically with the input size.
The runtime of the algorithm grows linearly with the input size.
The runtime of the algorithm grows as the square root of the input size.
The runtime of the algorithm combines linear time and logarithmic time.
This is the time complexity of a nested loop where the inner loop runs m times for each iteration of the outer loop.
The runtime of the algorithm grows quadratically with the input size.
The runtime of the algorithm grows cubically with the input size.
Exponential time complexity. The runtime of the algorithm grows exponentially with the input size.
The runtime of the algorithm grows factorially with the input size.