The distances of all reachable nodes from the source.
The tree formed by the shortest paths from the source to all reachable nodes.
The tree formed by the shortest paths from the source to all reachable nodes. Note that, while the distances of nodes from the source are uniquely defined, the shortest paths are not, and therefore also the computed tree will not be deterministic.
(Since version ) see corresponding Javadoc for more information.
An implementation of Dijkstra's algorithm for computing shortest paths to all reachable nodes in a graph.