pub fn center<G>(graph: &G) -> Option<Vec<G::Node>>where G: IndexUndirectedGraphView,
Returns all center nodes of a connected graph.