build_graph

Function build_graph 

Source
pub fn build_graph(
    node_keys: Vec<u32>,
    edge_pairs: Vec<(u32, u32)>,
) -> Graph<Node, Edge>
Expand description

Build a graph from node keys and edge pairs