Implemented binary search in python to show the difference in speed compared to a naive search on an ordered list.
To run program open a linux terminal and type:
git clone https://github.com/carlosbanales/binary_search_python.gitthen
python binary_search.pyyou should end up with the following output
