https://github.com/planeshifter/binary_search
homework: custom implementation of binary search
https://github.com/planeshifter/binary_search
Last synced: over 1 year ago
JSON representation
homework: custom implementation of binary search
- Host: GitHub
- URL: https://github.com/planeshifter/binary_search
- Owner: Planeshifter
- License: mit
- Created: 2015-02-02T05:57:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T04:17:17.000Z (over 11 years ago)
- Last Synced: 2025-01-22T01:13:00.641Z (over 1 year ago)
- Language: C++
- Size: 1.12 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binary_search
homework: custom implementation of binary search
## Build
Compile from source via
```
make all
```
from the terminal.
## Instructions
Run the tests by running
```
./binarySearch-tests
```
The command-line application can be opened via
```
./binarySearch-cli
```