Compare sorting algorithms' performance: Difference between revisions

Content added Content deleted
(add Tcl, partial solution)
(→‎{{header|Tcl}}: Flag up for further work)
Line 426: Line 426:


=={{header|Tcl}}==
=={{header|Tcl}}==
This solution does not address the plotting requirement of the task.
{{needs-review|Tcl}}This solution does not address the plotting requirement of the task.


<code>lsort</code> is Tcl's built-in sorting command.
<code>lsort</code> is Tcl's built-in sorting command.