AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.44k stars 520 forks source link

Create SearchSortedArray.c #384

Closed noturcup closed 1 year ago

noturcup commented 1 year ago

Here is source code of the C Program to find whether the element is present in the array or not using Binary Search Algorithm.

I am creating a pull request for...