Skip to main content

has_edge

Function has_edge 

Source
pub fn has_edge(
    adjacency: &Vec<Vec<usize>>,
    source: usize,
    target: usize,
) -> bool