girth of a graph

One naive way to measure sparsity of a graph is to measure the length of its shortest cycle (recall that a cycle is a path which starts and ends at the same vertex)

Source: jeremy kun
added 2013-08-26T01:55:03Z by anders

one can find the shortest paths from a given source to all points in a graph in the same time

added 2012-06-02T19:40:55Z by anders