Sequential Search Algorithm
Algorithm that looks at the array elements from first to last to see whether the sought-after item is equal to any of the array elements
The goto resource for studying materials
Sequential Search Algorithm
Algorithm that looks at the array elements from first to last to see whether the sought-after item is equal to any of the array elements