Namespace Edgar.Graphs
Classes
Edge<T>
Class representing an edge of a graph.
GraphExtensions
IntGraph<T>
Class representing a graph of ints which is in fact an alias for a generic graph.
UndirectedAdjacencyListGraph<T>
A graph where edges are represented as an adjacency lists.
Interfaces
IEdge<T>
Interface describing an edge of a graph.
IGraph<T>
Interface describing a generic graph.