Sorting algorithms/Strand sort: Difference between revisions

m
added whitespace before the TOC, added other whitespace in the task's preamble.
(Added Elixir)
m (added whitespace before the TOC, added other whitespace in the task's preamble.)
Line 2:
{{Sorting Algorithm}}
{{Wikipedia|Strand sort}}
 
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>
Implement the [[wp:Strand sort|Strand sort]].
 
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>
 
=={{header|AutoHotkey}}==