DepthFirstPaths Methods |
The DepthFirstPaths type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasPathTo |
Is there a path between the source vertex s and vertex v? |
![]() ![]() | MainTest |
Demo test the DepthFirstPaths data type. |
![]() | PathTo |
Returns a path between the source vertex s and vertex v, or
null if no such path. |