pub fn create_graph<N: Node + Debug, E: EdgeWeight>() -> Graph<N, E>
Create a new empty undirected graph