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