The Stanford
cslib
package
graph.h
This file exports a parameterized
Graph
class used to represent
graphs,
which consist of a set of
nodes
and a set of
arcs
.
Class
Graph<
NodeType
,
ArcType
>
This class represents a graph with the specified node and arc types.