The average case occurs in the linear search algorithm are
Answers
Answered by
1
Answer:
The average case occurs in the Linear Search Algorithm when the item to be searched is in some where middle of the Array. The best case occurs in the Linear Search Algorithm when the item to be searched is in starting of the Array.
Answered by
0
Explanation:
- The average case occurs in the Linear Search Algorithm when the item to be searched is in some where middle of the Array. The best case occurs in the Linear Search Algorithm when the item to be searched is in starting of the Array
- in computer science, a linear search or sequential search is a method for finding an element within a list....
Similar questions