| Slash.Collections.Graphs Namespace |
[Missing <summary> documentation for "N:Slash.Collections.Graphs"]
| Class | Description | |
|---|---|---|
| AdjacencyListWeightedDirectedGraphT |
An implementation of the abstract datatype weighted directed
graph using an adjacency list to encode the set of edges.
|
| Interface | Description | |
|---|---|---|
| IGraphVertex |
Vertex of any graph with a unique index.
| |
| IWeightedGraphT |
Interface of the abstract datatype weighted graph.
|