Compare sorting algorithms' performance: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: added an exchange sort to the sorts being compared.)
m (→‎{{header|REXX}}: elided an extra HTML PRE tag.)
Line 2,740: Line 2,740:
(Shown at 90% size.)
(Shown at 90% size.)
<pre style="font-size:90%">
<pre style="font-size:90%">
<pre>
│ 250 numbers │ 500 numbers │ 1,000 numbers │ 2,000 numbers │ 4,000 numbers │
│ 250 numbers │ 500 numbers │ 1,000 numbers │ 2,000 numbers │ 4,000 numbers │
sort type │ allONES ascend random │ allONES ascend random │ allONES ascend random │ allONES ascend random │ allONES ascend random │
sort type │ allONES ascend random │ allONES ascend random │ allONES ascend random │ allONES ascend random │ allONES ascend random │