MCPcopy Index your code
hub / github.com/subbarayudu-j/TheAlgorithms-Python / insertion_sort.py

File insertion_sort.py

sorts/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 insertion sort algorithm
3
4For doctests run following command:

Callers

nothing calls this directly

Calls 2

splitMethod · 0.80
insertion_sortFunction · 0.70

Tested by

no test coverage detected