Namespace Advanced.Algorithms.DataStructures.Graph.AdjacencyList
Classes
DiGraph<T>
A directed graph implementation. IEnumerable enumerates all vertices.
DiGraphVertex<T>
DiGraph vertex for adjacency list Graph implementation. IEnumerable enumerates all the outgoing edge destination vertices.
Graph<T>
A graph implementation IEnumerable enumerates all vertices.
GraphVertex<T>
Graph vertex for adjacency list Graph implementation. IEnumerable enumerates all the outgoing edge destination vertices.
WeightedDiGraph<T, TW>
A weighted graph implementation. IEnumerable enumerates all vertices.
WeightedDiGraphVertex<T, TW>
A weighted graph vertex for adjacency list Graph implementation. IEnumerable enumerates all the outgoing edge destination vertices.
WeightedGraph<T, TW>
A weighted graph implementation. IEnumerable enumerates all vertices.
WeightedGraphVertex<T, TW>
A weighted graph vertex for adjacency list Graph implementation. IEnumerable enumerates all the outgoing edge destination vertices.