What is faster, linear search or sort?
Answers
Answered by
1
Answer:
For the sorted list, binary search is faster than a linear search. It has a time complexity of O(logn). But if you have sorted array that is small than linear search is more efficient than binary search.
Answered by
0
Answer:
act at great speed
Explanation:
please mark me brainliest
Similar questions