118k views
4 votes
A(n) ____ is the process of searching through a list from one end to another.

1 Answer

3 votes

The answer to this question is linear search. Linear search is a method of finding an item in the list. Linear search is also known as a sequential search. In this kind of method, this is a search method where in all elements are being searched in order to find the desired element or value.

User JcMaco
by
8.2k points