csRadixSorter Class Reference
An in-place radix-sorter for a raw array of 32-bit unsigned integers. More...
#include <csutil/radixsort.h>
Public Member Functions | |
void | Sort (uint32 *table, int size, int max_value) |
Sort a given table numerically. |
Detailed Description
An in-place radix-sorter for a raw array of 32-bit unsigned integers.
Definition at line 32 of file radixsort.h.
Member Function Documentation
|
Sort a given table numerically. If you know the maximum value of all elements in the array you can pass that to Sort. It will then try to minimize the passes based on that max_value. |
The documentation for this class was generated from the following file:
- csutil/radixsort.h
Generated for Crystal Space by doxygen 1.4.6