Computer Science, asked by adityaraj4154, 1 year ago

What is a linear search algorithm? analyze it in terms of time and space complexity?

Answers

Answered by amankumaraman11
0

Linear search is a very simple search algorithm. In this, 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.

PLZZZ MARK ME BRAINLIEST............

Similar questions