Priority queue by Dial implemented as proposed by A.X. Falcao with circular and growing features. More...
#include <gft_pqueue16.h>
Public Attributes | |
PQCircularQueue | C |
PQDoublyLinkedLists | L |
int | nadded |
Number of elements added. More... | |
Priority queue by Dial implemented as proposed by A.X. Falcao with circular and growing features.
PQCircularQueue gft::PQueue16::_priorityqueue::C |
PQDoublyLinkedLists gft::PQueue16::_priorityqueue::L |
int gft::PQueue16::_priorityqueue::nadded |
Number of elements added.