Table Processing-Searching & Sorting
Table Processing-Searching & Sorting
Sorting
Linear Search
Linear search works on the design
principle of brute force and it is one of
the simplest searching algorithm as well
Linear search is also called as a
sequential search as it compares the
successive elements of the given set
with the search key