Kizspy | Question: 37
(Choose 1 answer)
FULLWERKZOV Com
In linear search, if the size of the array is n and the expected value does NOT exist in the array, how many
comparisons will be made between the searching item and elements in the array?
A. n
B. 2n+1
C. n-1
D. n + 1