Table of Contents

Namespace AlgorithmsSW.Graph

Classes

Bipartite
BreadthFirstPathsSearch
Connectivity

A class for querying connectivity properties of a graph.

Cycle
DepthFirstLimited
DepthFirstPathsSearch
DepthFirstSearch
DynamicGraph
EdgeConnectivity
EdgeList
Graph
GraphAlgorithms
GraphExtensions
GraphPathsSearch
GraphProperties
GraphReader
GraphValidator
GraphWithAdjacentsBoolArray

Represents a graph with a fixed number of vertices and edges, where adjacency is represented by a boolean array.

GraphWithAdjacentsCounters
GraphWithAdjacentsIntArray

Represents a graph with a fixed number of vertices and edges, where adjacency is represented by a boolean array.

GraphWithAdjacentsLists
GraphWithAdjacentsSet
GraphWithNoSelfLoops
Graph<T>
GridGraph
Indexer<T>

Class that can assign indexes to symbols.

RandomGraph

Interfaces

IEdgeData<T>
IGraph

Represents a graph data structure.

IReadOnlyGraph

Represents a graph data structure.

IVertexData<T>