Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ binary_search.py
File
binary_search.py
searches/binary_search.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
This is pure python implementation of binary search algorithm
3
4
For doctests run following command:
Callers
nothing calls this directly
Calls
3
split
Method · 0.80
__assert_sorted
Function · 0.70
binary_search
Function · 0.70
Tested by
no test coverage detected