Binary Search Algorithm

# Introduction Binary search is a popular algorithm used to search for an item in a sorted list. It is a fast and efficient way to find an element in a large dataset. In this challenge, we will try to write a binary search function that returns the index of the element to be searched in the list.

|60 : 00

Click the virtual machine below to start practicing