Source code for python_lib_examples.binary_search





if __name__ == "__main__":
    assert binary_search([], 1) == -1