What is meant by linear search?
3 years ago
Data Structure and Algorithm
Linear search or sequential search is a 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.
Sanisha Maharjan
Jan 23, 2022