Computer Science, asked by vaishnavisk3095039, 9 months ago

what is the meaning of linear search

Answers

Answered by VenomBIast
6

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.

Hope helps.

mark brainlist...

FOLLOW ME........

Answered by Anonymous
2

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;style&gt;</p><p>#grad1 {</p><p>height: 300px;</p><p>background-color: red; /* For browsers that do not support gradients */</p><p>background-image: linear-gradient(to right, pink, lavender); /* Standard syntax (must be last) */</p><p>}</p><p>&lt;/style&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p></p><p>&lt;div id="grad1" style="text-align:center;margin:auto;color:#000000;font-size:20px;font-weight:bold"&gt;</p><p>Hello!!</p><p>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</p><p>&lt;/div&gt;</p><p></p><p>&lt;/body&gt;</p><p>&lt;/html&gt;</p><p>

Similar questions