Linear Search
Introduction
Linear search is the simplest search algorithm. The goal of Linear Search is to find an element in an array by looking comparing it with every element in the array. Linear search is a brute force algorithm.
Visualization
Given a problem ...
vicradon.hashnode.dev2 min read