Computer Science, asked by harishsinhmar7571, 1 year ago

The average case occurs in the linear search algorithm are

Answers

Answered by kamya121212
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 riteshoberoi
0

Explanation:

  1. 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
  2. in computer science, a linear search or sequential search is a method for finding an element within a list....
Similar questions