12 lines
254 B
Text
12 lines
254 B
Text
|
|
{{Sorting Algorithm}}
|
||
|
|
[[Category:Sorting]]
|
||
|
|
{{Wikipedia|Strand sort}}
|
||
|
|
|
||
|
|
<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>
|
||
|
|
|