Sorting algorithms/Patience sort: Difference between revisions

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


===A patience sort for non-linear lists of integers, guaranteeing a sorted result===
===A patience sort for non-linear lists of integers, guaranteeing a sorted result===

This implementation borrows code from a similar [[Merge_sort#A_mergesort_for_non-linear_lists_of_integers.2C_guaranteeing_a_sorted_result|mergesort]].


<lang ats>//--------------------------------------------------------------------
<lang ats>//--------------------------------------------------------------------