Linear search can be used on a **** collection of data and works best when the items are not sorted.

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

Linear search is a **** searching algorithm that works best on unsorted collections of data.