Show / Hide Table of Contents

Enum SpanningTreeGeneration

Enumeration of possible spanning tree generation mode.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public enum SpanningTreeGeneration

Fields

Name Description
BFS

BFS (Breadth-First Search).

DFS

DFS (Depth-First Search).

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, SpanningTreeGeneration>()
GraphHelpers.GetDiameter<TVertex, TEdge, SpanningTreeGeneration>()
GraphHelpers.GetDiameter<TVertex, TEdge, SpanningTreeGeneration>(Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape