And abstract class that's used by the Graph, IntGraph and Grid classes for common functionality
A graph data structure that supports nodes of any datatype.
The Grid class is a specialized graph class.
A graph data structure specialized for integer nodes ranging from 0 to size-1.