0 votes
in Data Structures & Algorithms by

The number of comparisons done by sequential search is ………………

a) (n/2)+1

b) (n+1)/2

c) (n-1)/2

d) (n+2)/2

1 Answer

0 votes
by

b) (n+1)/2

...