dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
SingleSourceShortestPathsSolution.reverseShortestPath
dalicious
algorithm
graph
SingleSourceShortestPathsSolution
Traverse shortest path from dest to startNode; empty if
!isConnected(dest)
.
struct
SingleSourceShortestPathsSolution
(weight_t)
const pure nothrow
ReverseShortestPath
reverseShortestPath
(
size_t
dest
)
if
(
isNumeric
!
weight_t
)
Meta
Source
See Implementation
dalicious
algorithm
graph
SingleSourceShortestPathsSolution
functions
reverseShortestPath
manifest constants
noPredecessor
unconnectedWeight
properties
distance
distances
hasPredecessor
isConnected
numNodes
predecessor
structs
ReverseShortestPath
variables
startNode
topologicalOrder
Traverse shortest path from dest to startNode; empty if !isConnected(dest).