An open API service indexing awesome lists of open source software.

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

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
```