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

Related questions

0 votes
asked Jan 7, 2022 in Data Structures & Algorithms by rajeshsharma
0 votes
asked Jan 14 in Sql by AdilsonLima
...