Data Structures Lerax 1.0.0
Essential Data Structures for C language
Loading...
Searching...
No Matches
PQueue Struct Reference

Priority Queue Data Structure. Like a normal queue about push/pop logic, but each individual now heave a weight. A inner heap implementation it's provided. More...

#include <pqueue.h>

Data Fields

int heap [PQUEUE_SIZE]
int size

Detailed Description

Priority Queue Data Structure. Like a normal queue about push/pop logic, but each individual now heave a weight. A inner heap implementation it's provided.

Field Documentation

◆ heap

int PQueue::heap[PQUEUE_SIZE]

inner heap for weights

◆ size

int PQueue::size

the current size of PQueue


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