INF2004-Project v0.1
 
Loading...
Searching...
No Matches
binary_heap_node Struct Reference

This struct contains basic information about a node in a priority queue implemented with a binary heap. More...

#include <binary_heap.h>

Collaboration diagram for binary_heap_node:
[legend]

Data Fields

maze_grid_cell_tp_maze_node
 Pointer to a node in the maze.
 
uint16_t priority
 

Detailed Description

This struct contains basic information about a node in a priority queue implemented with a binary heap.

See also
binary_heap_node

Field Documentation

◆ priority

uint16_t priority

Priority of the node. This is the F-value of the node.


The documentation for this struct was generated from the following file: