Question

What is the worst-case time complexity of a linear search algorithm on an array of 'N' elements?

A O(1)
B O(log N)
C O(N)
D O(N log N)
E O(N^2)
Practice Next

Hey! Ask a query