Computer Science, asked by megamind360, 3 months ago

the no of comparison done by sequential search is​

Answers

Answered by Amatullahtinwala569
8

Answer:

The average number of comparisons in a sequential search is (N+1)/2 where N is the size of the array. If the element is in the 1st position, the number of comparisons will be 1 and if the element is in the last position, the number of comparisons will be N

Explanation:

Thanks ❤❤

  • ANSWERED BY
  • @amatullahtinwala568❣❣
Similar questions