Class BiDirectional<T>
A BiDirectional Path Search on DiGraph.
Inherited Members
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 |