Kizspy | Question: 38
(Choose 1 answer)
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