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

File merge_insertion_sort.py

sorts/merge_insertion_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-insertion sort algorithm
3Source: https://en.wikipedia.org/wiki/Merge-insertion_sort
4

Callers

nothing calls this directly

Calls 2

merge_insertion_sortFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected