| DepthFirstDirectedPaths Methods |
The DepthFirstDirectedPaths type exposes the following members.
| Name | Description | |
|---|---|---|
| HasPathTo |
Is there a directed path from the source vertex s to vertex v? | |
| MainTest |
Demo test the DepthFirstDirectedPaths data type. | |
| PathTo |
Returns a directed path from the source vertex s to vertex v, or
null if no such path. |