Class TarjansBridgeFinder<T>
Bridge finder using Tarjan's algorithm.
Inherited Members
Namespace: Advanced.Algorithms.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public class TarjansBridgeFinder<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
FindBridges(Graph<T>)
Returns a list if Bridge points in this graph.
Declaration
public List<Bridge<T>> FindBridges(Graph<T> graph)
Parameters
Type | Name | Description |
---|---|---|
Graph<T> | graph |
Returns
Type | Description |
---|---|
List<Bridge<T>> |