Skip to main content

build_directed_adjacency

Function build_directed_adjacency 

Source
pub fn build_directed_adjacency(
    node_count: usize,
    edges: &[(usize, usize)],
) -> Result<AdjacencyList, AdjacencyError>