aayushi-droid / Edabit-Solutions

Edabit Solutions using Cpp(C++)
MIT License
39 stars 154 forks source link

Create BinarySearch #359

Closed raghavsingla522 closed 3 years ago

raghavsingla522 commented 3 years ago

A basic program for searching a number in the sorted array using the technique of binary search. For example, input= 5 //number of elements in array 1 2 3 4 5 //array elements 4 //number to be searched output= 3 //index where is number 4 is found in the array.

Description

enter here if you have any details

Program Name - Binary Search Issue No.- #359

Type issue number after hash(#)

Checklist(self check)

aayushi-droid commented 3 years ago