Click or drag to resize
DijkstraUndirectedSP Methods

The DijkstraUndirectedSP type exposes the following members.

Methods
  NameDescription
Public methodDistTo
Returns the length of a shortest path between the source vertex s and vertex v.
Public methodHasPathTo
Returns true if there is a path between the source vertex s and vertex v.
Public methodStatic memberMainTest
Demo test the DijkstraUndirectedSP data type.
Public methodPathTo
Returns a shortest path between the source vertex s and vertex v.
Top
See Also