the no of comparison done by sequential search is
Answers
Answered by
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