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

10 lines
178 B
Plaintext

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