All Subjects
Light
AP Computer Science A
A linear search algorithm is a simple searching algorithm that checks each element in a list or array, one by one, until it finds the target value.
Target Value: The specific value being searched for in the list or array.
Index: The position of an element within a list or array.
Iteration: Each time the linear search algorithm goes through a loop to compare an element with the target value.