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

File merge_sort.py

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

Source from the content-addressed store, hash-verified

1"""
2This is a pure Python implementation of the merge sort algorithm.
3
4For doctests run following command:

Callers

nothing calls this directly

Calls 2

splitMethod · 0.80
merge_sortFunction · 0.70

Tested by

no test coverage detected