Compare sorting algorithms' performance: Difference between revisions

m (corrected categorization of task)
Line 103:
struct testpiece
{
const char *name;
int (*action)(int);
};
Line 110:
struct seqdef
{
const char *name;
void (*seqcreator)(double *, int);
};
Anonymous user