Talk:Sorting algorithm: Difference between revisions

Content deleted Content added
Line 564:
 
::So the main enhancement of this algorithm is the part that sorts the array A[] while performing the special cycle sort on I[]. I searched again but wasn't able to to fing any references citing that special cycle sort could be used for this purpose. [[User:Rcgldr|Rcgldr]] ([[User talk:Rcgldr|talk]]) 04:01, 1 May 2013 (UTC)
 
== Adding explanation for in-place sort ==
 
There should be a section explaining what an in place sort is just like there is a section for explaining stability of sorting