The complexity of linear search algorithm is
Answers
Answered by
3
Answer:
The worst case complexity of linear search is O(n). Explanation: The compexity of binary search is O(logn). Explanation: The worst case complexity for merge sort is O(nlogn). Explanation: The worst case complexity for Bubble sort is O(n2) and best case is O(n)
Explanation:
Similar questions