Linear search checks every item in the list and has a worst-case **** of O(n).

In a linear search, the worst-case scenario occurs when the target item is **** or not in the list.