Struct containing the binary heap. More...
#include <binary_heap.h>
Data Fields | |
uint16_t | capacity |
binary_heap_node_t * | p_array |
Pointer to the first element of the array. | |
uint16_t | size |
Current number of nodes in the binary heap. | |
Struct containing the binary heap.
uint16_t capacity |
Maximum number of nodes that can be stored in the binary heap.