Click or drag to resize
DijkstraSP Methods

The DijkstraSP 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
Returns true if there is a path from the source vertex s to vertex v.
Public methodStatic memberMainTest
Demo test the DijkstraSP data type.
Public methodPathTo
Returns a shortest path from the source vertex s to vertex v.
Top
See Also