Computer Science, asked by HermioneMalfoy3944, 1 year ago

What is the Algorithm for linear search

Answers

Answered by shaguftashaheen6396
4

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.

Similar questions