Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abund4nt/binary-search-algorithm

Implementation of the binary search algorithm in Python.
https://github.com/abund4nt/binary-search-algorithm

Last synced: 3 days ago
JSON representation

Implementation of the binary search algorithm in Python.

Awesome Lists containing this project

README

        

# Binary Search Algorithm

Implementation of the binary search algorithm in Python, this algorithm is only valid and efficient when we have a list of sorted objects.

![](https://i.imgur.com/TbKtkeS.jpeg)

For further understanding read the following [resources](https://es.wikipedia.org/wiki/B%C3%BAsqueda_binaria).