• Jordan Liggitt's avatar
    gonum: directed acyclic graph · ec1d79da
    Jordan Liggitt authored
    Implements graph.Directed capable of storing at most one edge between any two nodes.
    Uses the Undirected implementation for space efficiency (~30% space savings).
    ec1d79da