/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.

Primary LanguagePython

Binary-Search

A simple binary search algorithm created using Python 3.