Tag: Linear Search Algorithm in Data Structure

Linear Search Algorithm
 0 Comment on What is Linear Search Algorithm in Data Structure
Posted in Data Structure

What is Linear Search Algorithm in Data Structure

Linear search is a sequential search approach of traversing an array or linked list and comparing the required element with the list element.