Namespace Advanced.Algorithms.DataStructures.Graph Interfaces IDiEdge<T> IDiGraph<T> Directed graph. IDiGraphVertex<T> IEdge<T> IGraph<T> UnDirected graph. (When implemented on a directed graphs only outgoing edges are considered as Edges). IGraphVertex<T>