Sorting algorithms/Merge sort: Difference between revisions

m
Line 2,872:
{{works with|BlackBox Component Builder}}
 
Inspired by the approach used by the Modula-2[https://rosettacode.org/wiki/Sorting_algorithms/Merge_sort#Recursive_on_linked_list] implementationapplication.
 
This an implementation of the stable merge sort algorithm for linked lists.
Line 3,075:
727 758 760 770 775 801 804 866 937 956
</pre>
 
=={{header|Crystal}}==
{{trans|Ruby}}
9

edits