Colors: Yellow = Current step/element, Blue = Next step, Green = Completed, Red = Checked elements, Green element = Found
Linear Search is a simple searching algorithm that checks each element in an array sequentially until the target is found or the end is reached.
How it works:
Time Complexity: O(n) - worst case checks all elements