Computer Science, asked by deshpandenetra9, 4 days ago

7. Write algorithm for linear searching of element in the given list. Solo norront nltornative and rewrite the following​

Answers

Answered by aryan418436
3

Answer:

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

Similar questions