10 lines
221 B
Text
10 lines
221 B
Text
|
|
{{Sorting Algorithm}}
|
||
|
|
|
||
|
|
Sort an array of numbers (of any convenient size) into ascending order using [[wp:Patience sorting|Patience sorting]].
|
||
|
|
|
||
|
|
|
||
|
|
;Related task:
|
||
|
|
:* [[Longest increasing subsequence]]
|
||
|
|
<br><br>
|
||
|
|
|