Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.