Click or drag to resize
DepthFirstPaths Methods

The DepthFirstPaths 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 DepthFirstPaths data type.
Public methodPathTo
Returns a path between the source vertex s and vertex v, or null if no such path.
Top
See Also