DijkstraSP Methods |
The DijkstraSP type exposes the following members.
Name | Description | |
---|---|---|
![]() | DistTo |
Returns the length of a shortest path from the source vertex s to vertex v. |
![]() | HasPathTo |
Returns true if there is a path from the source vertex s to vertex v. |
![]() ![]() | MainTest |
Demo test the DijkstraSP data type. |
![]() | PathTo |
Returns a shortest path from the source vertex s to vertex v. |