#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include "report.h"
Functions | |
void | sortValues (void *base, int n, int s, int(*cmp)(const void *, const void *)) |
Sort the value-based array using Insertion Sort. |
Optimized for bulk moves.
void sortValues | ( | void * | base, | |
int | n, | |||
int | s, | |||
int(*)(const void *, const void *) | cmp | |||
) |
Sort the value-based array using Insertion Sort.
Algorithm Development Kit 1.0