Computer Science, asked by shaikhismail59934, 1 month ago

Example of linear search in data structure ​

Answers

Answered by Rollerqueen
24

Answer:

\small\fbox\purple{Answer}

In computer science, a linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched.

Answered by GeniusBrain1
7

Answer

Linear Search Example-

Linear Search algorithm compares element 15 with all the elements of the array one by one. It continues searching until either the element 15 is found or all the elements are searched.

I HOPE ITS HELP YOU

Similar questions