Show / Hide Table of Contents

    Namespace Advanced.Algorithms.DataStructures.Graph.AdjacencyList

    Classes

    DiGraph<T>

    A directed graph implementation. IEnumerable enumerates all vertices.

    Graph<T>

    A graph implementation IEnumerable enumerates all vertices.

    WeightedDiGraph<T, TW>

    A weighted graph implementation. IEnumerable enumerates all vertices.

    WeightedGraph<T, TW>

    A weighted graph implementation. IEnumerable enumerates all vertices.

    Back to top Generated by DocFX