mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-15 11:09:49 +00:00
* create simnple binary search #A binary search implementation to test if a number is in a list of elements * Add .py, format with psf/black, and add doctests