Package jdg.graph


package jdg.graph
  • Classes
    Class
    Description
    Pointer based implementation of an Adjacency List Representation of a graph.
    A class for representing an undirected of a graph, as an unordered pair of nodes
    A small collection of graph algorithms
    A class for representing a node of a graph (implemented using adjacency lists)