#include <graphdefs.h>
Data Fields | |
int | numVertices |
Vertex * | vertexArray |
int * | adjArray |
Definition at line 15 of file graphdefs.h.
Definition at line 16 of file graphdefs.h.
Referenced by initGraph(), InitVertices(), printOut(), and sortAdjArrays().
Definition at line 17 of file graphdefs.h.
Referenced by addEdge(), addspEdge(), copyOut(), diameter(), edgeExists(), fillAdjArray(), initGraph(), InitVertices(), printOut(), and sortAdjArrays().
Definition at line 18 of file graphdefs.h.
Referenced by addEdge(), addspEdge(), copyOut(), diameter(), edgeExists(), fillAdjArray(), initGraph(), InitVertices(), printOut(), and sortAdjArrays().