RosettaCodeData/Task/Sorting-algorithms-Strand-sort/00DESCRIPTION

10 lines
231 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
{{Sorting Algorithm}}
{{Wikipedia|Strand sort}}
2016-12-05 22:15:40 +01:00
<br>
;Task:
Implement the [[wp:Strand sort|Strand sort]].
This is a way of sorting numbers by extracting shorter sequences of already sorted numbers from an unsorted list.
<br><br>