Function find

Source
pub fn find(
    source: usize,
    target: usize,
    graph: &Graph,
    path_finding: Box<dyn PathFinding>,
) -> Graph