Skip to main content

reconstruct_path

Function reconstruct_path 

Source
pub fn reconstruct_path(
    parents: &[NodeId],
    target: NodeId,
) -> Option<Vec<NodeId>>
Expand description

Reconstruct path from source to target using parent pointers.