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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary-Search

A simple binary search algorithm created using Python 3.

About

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.


Languages

Language:Python 100.0%