Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
Graph Struct Reference
Collaboration diagram for Graph:
[legend]

Data Fields

int vertexNum
 
int edgeNum
 
struct Edgeedges
 
int numVertices
 
struct node ** adjLists
 
int * visited
 
int ** edges
 
int V
 
int E
 
struct Edgeedge
 

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