Every element in the data set is examined
in the order presented until the value
being searched for is found. If the value
being searched for doesn't exist, a flag
value is returned (such as -1 for an array
or NULL for a linked list).
Sequential search is O(N)