kelvins / algorithms-and-data-structures

:abacus: Algorithms and Data Structures in several Programming Languages
MIT License
1.04k stars 256 forks source link

added BinarySearch.c and updated README.md #310

Closed ShashashankThakur closed 10 months ago

ShashashankThakur commented 10 months ago

Description

Added a C file for Binary Search called BinarySearch.c Updated the README.md to reflect the addition of a C program for Binary Search.