Sorting algorithms/Insertion sort: Difference between revisions

Content added Content deleted
(→‎{{header|Pascal}}: added example)
Line 3,909: Line 3,909:
InsertionSort(a);
InsertionSort(a);
PrintArray(a);
PrintArray(a);
readln;
end.
end.
</syntaxhighlight>
</syntaxhighlight>