Click or drag to resize
DepthFirstDirectedPaths Methods

The DepthFirstDirectedPaths type exposes the following members.

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