Sorting algorithms/Comb sort: Difference between revisions

m
m (→‎{{header|D}}: templates)
Line 164:
}</lang>
=={{header|D}}==
{{works with|D|2}}<br/>
D V2, for arrays, from the Python version.
{{trans|Python}}
<lang d>import std.algorithm, std.stdio;
 
Anonymous user