Quizlearn
.app
What is the time complexity of linear search in an unsorted array?
O(n)
O(log n)
O(1)
O(n^2)
Computer Science Exercises are loading ...