0
1.1kviews
Compare binary search and linear search algorithm
1 Answer
3
45views



Linear Search Algorithm Binary Search Algorithm
Linear search is an algorithm to find an element in a list by sequentially checking the elements of the list until finding the matching element. Binary search is an algorithm that finds the position of a target value within a sorted array.
It is …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.