Priority queue by Dial implemented as proposed by A.X. Falcao with circular and growing features. More...
#include <gft_pqueue32.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::PQueue32::_priorityqueue::C |
| PQDoublyLinkedLists gft::PQueue32::_priorityqueue::L |
| int gft::PQueue32::_priorityqueue::nadded |
Number of elements added.
1.8.6