Quizlearn
.app
What is the time complexity of searching for an element in an unsorted array of size 'n' using linear search?
O(n^2)
O(1)
O(n)
O(log n)
Computer Science and Technology Exercises are loading ...