#include <typedefs.h>
Collaboration diagram for Vertex:

Data Fields | |
| int | degree |
| int | next |
| int | adjListInd |
Definition at line 15 of file typedefs.h.
Definition at line 16 of file typedefs.h.
Referenced by addEdge(), addspEdge(), copyOut(), countDegrees(), diameter(), edgeExists(), initGraph(), printOut(), and sortAdjArrays().
Definition at line 17 of file typedefs.h.
Referenced by addEdge(), countDegrees(), fillAdjArray(), and initGraph().
Definition at line 18 of file typedefs.h.
Referenced by addspEdge(), copyOut(), diameter(), edgeExists(), fillAdjArray(), initGraph(), and sortAdjArrays().
1.5.1