pub fn complete_graph<G>(n: usize) -> Gwhere
    G: Graph + Buildable,
Expand description

Returns the complete graph on n nodes.