Table of Contents
A graph data structure.
A graph is a collection of vertices connected by edges. This class is a directed graph which can take a weight for the connections between nodes.
Graph
A Graph ADT
GraphIterator
An iterator for a Graph class.