https://github.com/praabindhp/binary_search
C Program For Binary Search
https://github.com/praabindhp/binary_search
binary-search c code programming-language
Last synced: 4 months ago
JSON representation
C Program For Binary Search
- Host: GitHub
- URL: https://github.com/praabindhp/binary_search
- Owner: praabindhp
- Created: 2021-02-02T05:33:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T05:52:35.000Z (over 4 years ago)
- Last Synced: 2025-01-16T04:13:03.142Z (6 months ago)
- Topics: binary-search, c, code, programming-language
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binary_Search
C Program For Binary SearchThis Is A C Program For Binary Search
User Can Choose Number Of Elements To Be Entered Into The List
And This Program Returns The Index/Position At Which The Serched Element Is Present In The List
We Use A Simple Binary Search Algorithm To Excecute This File
The GCC File Of The Binary Search Is Also Pushed