Computer Science, asked by sonali6160, 1 year ago

What are the demerits of sequential search?

Answers

Answered by CyberAkay
0
For a sequential search if the element happens to be the last element, then there would be a lot of comparisons increasing the load on the compiler. For smaller number of elements this could be used, but with increasing numbers the search seems to be the worst.
Similar questions