Sorting algorithms/Strand sort

From Rosetta Code
Revision as of 11:38, 4 May 2011 by 155.192.0.234 (talk) (Created page with "{{task|Sorting Algorithms}} {{Sorting Algorithm}} {{Wikipedia|Strand sort}} Implement the Strand sort. This is a way of sorting numbers by extracting shorter s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Task
Sorting algorithms/Strand sort
You are encouraged to solve this task according to the task description, using any language you may know.
This page uses content from Wikipedia. The original article was at Strand sort. The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)

Implement the Strand sort. This is a way of sorting numbers by extracting shorter sequences of already sorted numbers from an unsorted list.