Skip to content

carlosbanales/binary_search_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

binary_search_python

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

then

python binary_search.py

you should end up with the following output

Screenshot 2023-09-18 210311

About

A python program that shows the speed of binary search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages