Computer Science, asked by mdevan603mahadev, 1 year ago

what is linear search in c++

Answers

Answered by vee1
1
Linear search (sequential search) is the method for finding a particular value in a list, that consists of checking every one of its elements, one at a time and in sequence, until the desired one is found.
Similar questions