Show / Hide Table of Contents

    Class TarjansBridgeFinder<T>

    Bridge finder using Tarjan's algorithm.

    Inheritance
    Object
    TarjansBridgeFinder<T>
    Namespace: Advanced.Algorithms.Graph
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class TarjansBridgeFinder<T> : object
    Type Parameters
    Name Description
    T

    Methods

    FindBridges(IGraph<T>)

    Returns a list if Bridge points in this graph.

    Declaration
    public List<Bridge<T>> FindBridges(IGraph<T> graph)
    Parameters
    Type Name Description
    IGraph<T> graph
    Returns
    Type Description
    List<Bridge<T>>
    Back to top Generated by DocFX