Sort an integer array: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
m (used a ;Task: section header for requirements.)
Line 1: Line 1:
{{Sorting Algorithm}}
{{Sorting Algorithm}}
{{task|Sorting}}
{{task|Sorting}}
Sort an array (or list) of integers in ascending numerical order.


;Task:
;Task:
Sort an array (or list) of integers in ascending numerical order.


Use a sorting facility provided by the language/library if possible.
Use a sorting facility provided by the language/library if possible.
<br><br>
<br><br>