Graph Abstraction
This package provides a graph abstraction and graph-related algorithms.
Performs a breadth-first walk of a given Graph , notifying visitors as it sees each node.
Performs a depth-first analysis of a given Graph , caching information about the graph's nodes and edges.
A graph edge.
Graph representation using the adjacency list form.