AllAlgorithms / c

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

Create MaxBinarySearch.c #386

Closed noturcup closed 2 years ago

noturcup commented 2 years ago

C program finds maximum element in an array using Binary Search

I am creating a pull request for...