Linear Search
Jan 21 路 2 min read 路 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 ...
Join discussion
