RosettaCodeData/Task/Sort-an-integer-array/00-TASK.txt

10 lines
178 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{{Sorting Algorithm}}
;Task:
Sort an array (or list) of integers in ascending numerical order.
Use a sorting facility provided by the language/library if possible.
<br><br>