Functions | |
| int | numBuckets (int numElements) |
| The number of buckets to use given the number of elements. | |
| int | hash (void *elt) |
| Determine the means by which elements are converted to bucket indices. | |
| int hash | ( | void * | elt | ) |
Determine the means by which elements are converted to bucket indices.
Customized to properly encode elements in order within the buckets.
| int numBuckets | ( | int | numElements | ) |
The number of buckets to use given the number of elements.
| numElements | number of elements in the collection to be sorted. |
Algorithm Development Kit 1.0