Computer Science, asked by trgeethaanand, 2 months ago

Discuss about Linear search algorithm.​

Answers

Answered by leya031162
5

Linear search is a very simple search algorithm. In this type of search, a sequential search is made over all items one by one. Every item is checked and if a match is found then that particular item is returned, otherwise the search continues till the end of the data collection.

Hope it helps

Answered by Anonymous
33

Answer:

Linear search is a very basic and simple search algorithm. In Linear search, we search an element or value in a given array by traversing the array from the starting, till the desired element or value is found.

hope this helps you

Similar questions