#include <bucketArraySortPtr.h>
Public Attributes | |
int | count |
How many actual elements are in the bucket. | |
int | size |
The size of the bucket, which can expand as more as inserted. | |
void ** | ar |
Memory to store the bucket of elements. |
That is, Each bucket will contain an array of elements
void** BUCKET::ar |
Memory to store the bucket of elements.
int BUCKET::count |
How many actual elements are in the bucket.
int BUCKET::size |
The size of the bucket, which can expand as more as inserted.