Show / Hide Table of Contents

    Class BiDirectional<T>

    A BiDirectional Path Search on DiGraph.

    Inheritance
    Object
    BiDirectional<T>
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Graph
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class BiDirectional<T>
    Type Parameters
    Name Description
    T

    Methods

    PathExists(DiGraph<T>, T, T)

    Returns true if Path exists from source to destination.

    Declaration
    public bool PathExists(DiGraph<T> graph, T source, T destination)
    Parameters
    Type Name Description
    DiGraph<T> graph
    T source
    T destination
    Returns
    Type Description
    Boolean
    Back to top Generated by DocFX