Computer Science, asked by animeshpatil43, 7 months ago

What is Linear Search Algorithm ?


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 AkshatShekhar
1

Answer:

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