Contains Insertion Sort implementation. More...
#include "report.h"
Functions | |
void | sortPointers (void **ar, int n, int(*cmp)(const void *, const void *)) |
Execute InsertionSort to sort the pointers in the array. |
Contains Insertion Sort implementation.
void sortPointers | ( | void ** | ar, | |
int | n, | |||
int(*)(const void *, const void *) | cmp | |||
) |
Execute InsertionSort to sort the pointers in the array.
Algorithm Development Kit 1.0