Computer Science, asked by umapal7708, 10 months ago

Write the algorithm of linear search.

Answers

Answered by Anonymous
2

Linear search (known as sequential search) is an algorithm for finding a target value within a list. It sequentially checks each element of the list for the target value until a match is found or until all the elements have been searched. This is one of the most basic search algorithms and is directly, inspired by real-life events.

Answered by satyamjoshi74
0

Answer:

hope it is helpful

Mark me as Brainlest

Attachments:
Similar questions