fnplus / interview-techdev-guide

This repository contains curated technical interview questions by fn+geeks community
http://bit.ly/fnplusnow
MIT License
318 stars 325 forks source link

BinarySearch.c #617

Open Raman1309 opened 4 years ago

Raman1309 commented 4 years ago

Binary Search implementation using Recursive and Iterative Method according to the user's choice.

xlogix commented 4 years ago

It would be great if you can add the description along with the issue number. Feel free to use our contribution guidelines (https://github.com/fnplus/interview-techdev-guide/blob/master/CONTRIBUTING.md#how-to-contribute-an-implementation-code) for reference