MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / tim_sort.py

File tim_sort.py

sorts/tim_sort.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from typing import Any
2
3
4def binary_search(lst: list[Any], item: Any, start: int, end: int) -> int:

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected