Compare sorting algorithms' performance: Difference between revisions

m
→‎{{header|REXX}}: changed font-size for output.
m (→‎{{header|REXX}}: changed the font size so as to display more information in a window.)
m (→‎{{header|REXX}}: changed font-size for output.)
Line 2,455:
 
=={{header|REXX}}==
<lang rexx>/*REXX pgm compares various sorts for 3 types of input sequences: ones/ascending/random.*/
parse arg ranges seed . /*obtain optional arguments from the CL*/
if ranges=='' | ranges=="," then ranges= 5 /*Not Specified" Then use the default.*/
Line 2,720:
{{out|output|text=&nbsp; when using the default inputs:}}
 
(Shown at three-quarter90% size.)
<pre style="font-size:7590%">
<pre>
│ 250 numbers │ 500 numbers │ 1,000 numbers │ 2,000 numbers │ 4,000 numbers │