Smartmind
.global
What is the time complexity of a linear search algorithm with n elements?
O(n)
O(log n)
O(1)
O(n^2)
Computer Science Exercises are loading ...