Sorting algorithms/Strand sort: Difference between revisions

Content added Content deleted
m (Shortened Merge slightly.)
Line 65: Line 65:
}
}


void show(char *title, int *x, int len)
void show(const char *title, int *x, int len)
{
{
printf("%s ", title);
printf("%s ", title);