Problem Statement - B03B-2015D
Write a method in python to search for a value in a given list (assuming that the elements in list are in ascending order) with the help of Binary Search method. The method should return ]1 if the value not present else it should return position of the value present in the list.
Solution
CSKC| Created: 14-Jan-2019 | Updated: 14-Jan-2019|CBSE12D-2015