Search Algorithm Visualizer
Select a searching algorithm, adjust data size and speed, and watch the process unfold. For Binary Search, the array will be automatically sorted before searching.
Linear Search

Checks each element sequentially until the target is found or the list ends.

Time: Avg: O(n), Worst: O(n). Space: O(1)

No data to display. Start an algorithm.