Computer Science, asked by mohitsingh628229, 2 months ago

The complexity of linear search algorithm is

Answers

Answered by Anonymous
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