MCPcopy 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"""
2This is pure python implementation of binary search algorithm
3
4For doctests run following command:

Callers

nothing calls this directly

Calls 3

splitMethod · 0.80
__assert_sortedFunction · 0.70
binary_searchFunction · 0.70

Tested by

no test coverage detected