Binary Search Algorithm and its Implementation In our previous tutorial we discussed about Linear search algorithm which is the most basic algorithm of searching which has some disadvantages in
Linear search algorithm is one of the most basic algorithm in computer science to find a particular element in a list of elements. So before starting this tutorial