Class | Description |
---|---|
AdjacencyListGraph |
Pointer based implementation of an Adjacency List Representation of a graph.
|
Edge |
A class for representing an undirected of a graph, as an unordered pair of nodes
|
GraphAlgorithms |
A small collection of graph algorithms
|
Node |
A class for representing a node of a graph (implemented using adjacency lists)
|