And abstract class that's used by the Graph, IntGraph and Grid classes for common functionality
A general graph class that represents nodes of any datatype.
A general graph class that represents a 2D grid structure of nodes.
A specialized graph class that represent integer nodes ranging from 0 to size-1.