pub fn sedgewickmaze() -> (usize, Vec<(usize, usize)>)
Returns the edges of the Sedgewick Maze graph. 8 vertices, 10 edges.