Data type: Priority Queue Metadata - v1.0
This data type is used to manage the metadata of the instance of the function _priorityQueue.
Parameters
Section titled “Parameters”| Parameter | Type | Initial Value | Description |
|---|---|---|---|
heap | Struct | - | Heap data |
data | Struct | - | Node data |
freeSlot | Struct | - | Free slot data |
heap Structure
Section titled “heap Structure”| Parameter | Type | Initial Value | Description |
|---|---|---|---|
dataIndex | DInt | -1 | Data index |
data Structure
Section titled “data Structure”| Parameter | Type | Initial Value | Description |
|---|---|---|---|
priority | DInt | 0 | Priority |
freeSlot Structure
Section titled “freeSlot Structure”| Parameter | Type | Initial Value | Description |
|---|---|---|---|
dataIndex | DInt | 0 | Data index |