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). |