Show / Hide Table of Contents

    Namespace Advanced.Algorithms.DataStructures.Graph.AdjacencyMatrix

    Classes

    DiGraph<T>

    A directed graph implementation using dynamically growinng/shrinking adjacency matrix array. IEnumerable enumerates all vertices.

    Graph<T>

    A directed graph implementation using dynamically growinng/shrinking adjacency matrix array. IEnumerable enumerates all vertices.

    WeightedDiGraph<T, TW>

    A weighted graph implementation using dynamically growinng/shrinking adjacency matrix array. IEnumerable enumerates all vertices.

    WeightedGraph<T, TW>

    A weighted graph implementation using dynamically growinng/shrinking adjacency matrix array. IEnumerable enumerates all vertices.

    Back to top Generated by DocFX