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 MaxBinarySearch.c #386

Closed noturcup closed 1 year ago

noturcup commented 1 year ago

C program finds maximum element in an array using Binary Search

I am creating a pull request for...