Clevermind
.uk
Which of the following best describes the time complexity of the linear search algorithm?
O(n)
O(log n)
O(1)
O(n^2)
Data Structures and Algorithms Exercises are loading ...