Skip to content

Commit 50c4185

Browse files
author
ryuta69
committed
Add wikipedia link
1 parent 5b94776 commit 50c4185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sorts/merge_insertion_sort.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
2-
This is a pure Python implementation of the quick sort algorithm
2+
This is a pure Python implementation of the merge-insertion sort algorithm
3+
Source: https://en.wikipedia.org/wiki/Merge-insertion_sort
34
45
For doctests run following command:
56
python -m doctest -v merge_insertion_sort.py

0 commit comments

Comments
 (0)