Binary search
Finish implementing binary search. You can find
the repository, including the testing code, at
https://github.com/Grinnell-CSC282/binary-earch-2017S.
You may not use the Web as a reference. Keep working on your implementation until it passes all of the tests or you feel like you have spent sufficiently much time on it.
Please make sure that:
- you have removed any cruft that you added to our repository,
- you have restored any files you deleted,
- you have formatted your code according to the GNU coding standards, and
- you have not used any capital letters in the title of your
.cfile.