Enter an algorithm and input to start visualization.
About Linear Search
A simple method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched. It is one of the simplest searching algorithms.
Code Editor
The code is for reference. Editing it won't affect the visualization.