Computer Science, asked by Anonymous, 1 month ago

____________ search algorithm begins at one end of the list and scans down it until the desired key is found or the other end is reached.
a) Sequential
b) Binary
c) BFS
d) DFS

Answers

Answered by simranraj9650
0

Answer:

option b is correct

Explanation:

i think this is the answer

Answered by letmeanswer12
1

Answer:

Sequential search algorithm begins at one end of the list and scans down it until the desired key is found or the other end is reached.

Explanation:

The Option a is the correct answer.

Sequential Search is the most natural searching method.Sequential search, or linear search, is a search algorithm implemented on lists. It is one of the most intuitive approaches to search simply look at all entries in order until the element is found.

Similar questions