A simple binary search algorithm created using Python 3.
EricHasegawa/binary-search
A simple binary search algorithm created using Python 3. Designed to be used with a specific list of numbers "numberlist.txt", but if another list was passed in the same format it would function the same way.
Python