Click or drag to resize
NonrecursiveDFS Methods

The NonrecursiveDFS type exposes the following members.

Methods
  NameDescription
Public methodHasPathTo
Is there a path between the source vertex s and vertex v?
Public methodStatic memberMainTest
Demo test the NonrecursiveDFS data type.
Public methodMarked
Is vertex v connected to the source vertex s?
Public methodPathTo
Returns a path between the source vertex s and vertex v, or null if no such path.
Top
See Also