20#define TypeFormat "%d"
58void swap(Type *e1, Type *e2);
70void debug(
const char *format, ...);
void bubblesort(Type *v, int n)
void quicksort(Type *v, int n)
void print_vector(Type *v, int n)
void insertionsort(Type *v, int n)
Type * random_vector(int n)
void selectionsort(Type *v, int n)
void swap(Type *e1, Type *e2)
void radixsort(Type *v, int n)
int check_sorted(Type *v, int n)
void heapsort(Type *v, int n)
void debug(const char *format,...)
void debug_print_vector(Type *v, int n)
void mergesort(Type *v, int n)