Click or drag to resize
AcyclicSP Methods

The AcyclicSP type exposes the following members.

Methods
  NameDescription
Public methodDistTo
Returns the length of a shortest path from the source vertex s to vertex v.
Public methodHasPathTo
Is there a path from the source vertex s to vertex v?
Public methodStatic memberMainTest
Demo test the AcyclicSP data type.
Public methodPathTo
Returns a shortest path from the source vertex s to vertex v.
Top
See Also