Data Structures UFC  1.0.0
Essential Data Structures for C language
Data Fields
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

int PQueue::heap[PQUEUE_SIZE]

inner heap for weights

int PQueue::size

the current size of PQueue


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