WAP by using binary search method find an element in an array (elements arranged in ascending order)
Input: 8, 10, 12, 20, 44, 50, 62
Output: 8, 10, 12, 20, 44, 50, 62
Published By : Sunita Chhetry
WAP by using binary search method find an element in an array (elements arranged in ascending order)
Input: 8, 10, 12, 20, 44, 50, 62
Output: 8, 10, 12, 20, 44, 50, 62