Data.Graph.Tree.DFS
shortestPath :: (Unbox w, Num w) => SparseGraph w -> Vertex -> Vector w Source #
diameter :: (Unbox w, Ord w, Num w) => SparseGraph w -> w Source #
height :: (Unbox w, Ord w, Num w) => SparseGraph w -> Vector w Source #