If there are "N" elements in a list, which of the following best describes the average time it takes for the sequential search to find a value in that list?
a.
N
b.
N2 (N-squared)
c.
log2(N) (logarithmic)
d.
N / 2
1 answer
a. N