Linear Search
Searching, in normal ways, can be coined as� to find the hidden thing�. In data structure.the searching algorithm is used to find whether a given number is present and if it is present then at what location it occurs.
There are two types of searching algorithm present in data structure through which searching any data become more easy.
- Linear search or sequential search
- Binary search