what is linear search?
Answers
Answered by
2
In computer science, linear search or sequential search is a method for finding a target value within a list. It sequentially checks each element of the list for the target value until a match is found or until all the elements have been searched.
harshbaweja32:
mark the answer as brainliest
Answered by
0
ans- linear search is method for finding a target value within a list.
Similar questions