This struct contains basic information about a node in a priority queue implemented with a binary heap. More...
#include <binary_heap.h>
Data Fields | |
maze_grid_cell_t * | p_maze_node |
Pointer to a node in the maze. | |
uint16_t | priority |
This struct contains basic information about a node in a priority queue implemented with a binary heap.
uint16_t priority |
Priority of the node. This is the F-value of the node.