Which of the following is a valid time complexity notation representing constant time regardless of input size?
O(x)
O(n2)
O(1)
O(log2(n))

Information and Communication Technology Exercises are loading ...