Compare sorting algorithms' performance: Difference between revisions

Content added Content deleted
(→‎{{header|Tcl}}: Flag up for further work)
(→‎{{header|Tcl}}: Marked wrong: missing plot part of task)
Line 426: Line 426:


=={{header|Tcl}}==
=={{header|Tcl}}==
{{needs-review|Tcl}}This solution does not address the plotting requirement of the task.
{{incorrect|Tcl|This solution does not address the plotting requirement of the task.}}
The <code>lsort</code> command is Tcl's built-in sorting engine.

<code>lsort</code> is Tcl's built-in sorting command.
<lang tcl># list creation procedures
<lang tcl># list creation procedures
proc ones n {
proc ones n {