What is the worst-case time complexity of the Linear Search algorithm?
O(n^2)
O(n)
O(log n)
O(1)

Computer Science and Technology Exercises are loading ...