Sorting algorithms/Comb sort: Difference between revisions

Content added Content deleted
(→‎Tcl: Added implementation)
m (→‎{{header|Oz}}: formatting)
Line 124: Line 124:
end
end
Arr = {Tuple.toArray unit(3 1 4 1 5 9 2 6 5)}
Arr = {Tuple.toArray unit(3 1 4 1 5 9 2 6 5)}
in
in
{CombSort Arr}
{CombSort Arr}
{Show {Array.toRecord unit Arr}}</lang>
{Show {Array.toRecord unit Arr}}</lang>