RosettaCodeData/Task/Sort-an-integer-array/00-TASK.txt
2023-07-01 13:44:08 -04:00

9 lines
178 B
Text

{{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>