Sorting algorithms/Patience sort: Difference between revisions

Content deleted Content added
Chemoelectric (talk | contribs)
Chemoelectric (talk | contribs)
Line 1,130: Line 1,130:


The sort routine returns an array of indices into the original array, which is left unmodified.
The sort routine returns an array of indices into the original array, which is left unmodified.



<lang ats>(*------------------------------------------------------------------*)
<lang ats>(*------------------------------------------------------------------*)