Suppose you have a large list to search that's not sorted, for example a list of all Sheridan students. The fastest way to search for a particular item is
A. Linear search
B. Binary search
C. Hashing
D. Bubble sort