So, if the size of the list doubles from $n$ to $2n$, the number of comparisons also doubles. This is because in the worst case, a linear search has to look at every element in the list. So, if the list size is $n$, it makes $n$ comparisons, and if the list size
Show more…