#include <assert.h>
#include <stdio.h>
Defines | |
#define | NUM 7 |
sample size. | |
Functions | |
void | countingSort (int *ar, int n, int k) |
Definition of counting sort. | |
int | main (int argc, char **argv) |
Sample code for Figure 4-17 Counting Sort fact sheet. |
#define NUM 7 |
sample size.
void countingSort | ( | int * | ar, | |
int | n, | |||
int | k | |||
) |
Definition of counting sort.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Sample code for Figure 4-17 Counting Sort fact sheet.
Algorithm Development Kit 1.0