Answer:
The answer is: constant.
Explanation:
The Big-Oh analysis informs what is the perform of an algorithm based on the input size(N). Having this in mind you have:
The shortest running time is the constant function because the running time is always the same and not depends on the size of N.