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

File median_of_medians.py

searches/median_of_medians.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2A Python implementation of the Median of Medians algorithm
3to select pivots for quick_select, which is efficient for
4calculating the value that would appear in the index of a

Callers

nothing calls this directly

Calls 1

median_of_fiveFunction · 0.85

Tested by

no test coverage detected