Searching AlgorithmsLinear Search
Linear Search
Scans elements one by one until the target is found or the array ends — works on any array.
Beginnersequentialunsorted okO(n)
Loading visualization…
Scans elements one by one until the target is found or the array ends — works on any array.