Content deleted Content added
No edit summary |
Fix CS1 cite error (extra text in "page" or "edition" parameter), and genfixes |
||
Line 1:
[[File:StrandSort.gif|thumb|220x220px|Strand Sort Animation]]
Strand sort is a very simple [[Recursion (computer science)|recursive]] [[sorting algorithm]] that sorts items of a list into increasing order. It works by moving the first element of a list into a sub-list. Then comparing each subsequent element in the sub-list to the original list and moving each element in the original list that is greater than the element in the sub-list to the sub-list. Then the sub-list is merged into a new list. Repeat this process and merge all sub-lists until all elements are sorted.<ref name=":0">{{Cite book|url=https://www.worldcat.org/oclc/641462443|title=IT enabled practices and emerging management paradigms|date=2008|publisher=Prestige Institute of Management and Research|others=Gupta, I. C. (Ishwar Chandra), 1946-, Jaroliya, Deepak., Prestige Institute of Management and Research.|isbn=9788174466761|edition=
== Performance ==
Line 188:
{{AFC submission|||ts=20181106172526|u=Heldw|ns=118}}
|