9 lines
178 B
Text
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>
|
|
|