Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
pq Struct Reference
Collaboration diagram for pq:
[legend]

Data Fields

Halfedgehash
 backing storage
 
int hashsize
 total allocated backing storage elements
 
int count
 occupancy
 
int min
 index of minimum element
 

Detailed Description

Definition at line 19 of file heap.c.

Field Documentation

◆ count

int pq::count

Definition at line 22 of file heap.c.

Referenced by PQdelete(), PQempty(), PQextractmin(), and PQinsert().

◆ hash

Halfedge* pq::hash

Definition at line 20 of file heap.c.

Referenced by PQ_min(), PQcleanup(), PQdelete(), PQextractmin(), PQinitialize(), and PQinsert().

◆ hashsize

int pq::hashsize

Definition at line 21 of file heap.c.

Referenced by PQbucket(), and PQinitialize().

◆ min

int pq::min

Definition at line 23 of file heap.c.

Referenced by PQ_min(), PQbucket(), and PQextractmin().


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