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