We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b94776 commit 50c4185Copy full SHA for 50c4185
sorts/merge_insertion_sort.py
@@ -1,5 +1,6 @@
1
"""
2
-This is a pure Python implementation of the quick sort algorithm
+This is a pure Python implementation of the merge-insertion sort algorithm
3
+Source: https://en.wikipedia.org/wiki/Merge-insertion_sort
4
5
For doctests run following command:
6
python -m doctest -v merge_insertion_sort.py
0 commit comments