Oris
Today
Universe
Explore
Studio
Authors
Account
7 tadan 1-dars
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)
Tekshirish
Today
Universe
Explore
Profile