Sorting algorithms/Insertion sort: Difference between revisions

Content deleted Content added
Line 30:
 
=={{header|D}}==
import std.stdio: writefln;
void insertionSort(T)(T[] A) {