Compare sorting algorithms' performance: Difference between revisions

→‎{{header|Tcl}}: Marked wrong: missing plot part of task
(→‎{{header|Tcl}}: Flag up for further work)
(→‎{{header|Tcl}}: Marked wrong: missing plot part of task)
Line 426:
 
=={{header|Tcl}}==
{{needs-reviewincorrect|Tcl}}|This solution does not address the plotting requirement of the task.}}
The <code>lsort</code> command is Tcl's built-in sorting commandengine.
 
<code>lsort</code> is Tcl's built-in sorting command.
<lang tcl># list creation procedures
proc ones n {
Anonymous user