Computer Science, asked by animeshpatil43, 8 months ago

What is Linear Search Algorithm ?

1 point

A set of value operatable by the user

It is related with storage requirement.

This search process starts comparing search element with the first element in the list.

Option A & B is correct​

Answers

Answered by kumarrishit648
0

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

Similar questions