Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50c4185

Browse files
author
ryuta69
committedJul 18, 2020
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

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.