Oris
Today
Universe
Explore
Studio
Authors
Account
Lesson 1 of 7
In a linear search over n elements, what is the best-case time complexity?
O(1) — the target is the first element
O(n) — the target is always last
O(log n)
O(n^2)
Check
Today
Universe
Explore
Profile