![]() |
CMR
1.3.0
|
Structure for min-heap with unsigned int values. More...
#include <heap.h>
Public Attributes | |
int | size |
Current size of the heap. | |
int | memKeys |
Memory for keys. | |
int * | values |
Array that maps keys to values. | |
int * | positions |
Array that maps keys to heap positions. | |
int * | data |
Array that maps heap positions to keys. | |
Structure for min-heap with unsigned int values.
int* CMR_INTHEAP::data |
Array that maps heap positions to keys.
int CMR_INTHEAP::memKeys |
Memory for keys.
int* CMR_INTHEAP::positions |
Array that maps keys to heap positions.
int CMR_INTHEAP::size |
Current size of the heap.
int* CMR_INTHEAP::values |
Array that maps keys to values.